Skip to content

Commit

Permalink
Update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRouse authored Feb 19, 2017
1 parent 5f55497 commit 54251c9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@

### Laravel 5.1+

At `composer.json` of your Laravel installation, add the following require line:
Install Laravel Theme manager:

``` json
{
"require": {
"codewithtony/larathemes": "1.*"
}
}
composer require codewithtony/larathemes
```

Run `composer update` to add the package to your Laravel app.

At `config/app.php`, add the Service Provider and the Facade:

```php
Expand Down

0 comments on commit 54251c9

Please sign in to comment.