Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
GTCrais committed Apr 12, 2017
1 parent 926d5e1 commit d4f7671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ use it at all, and much prefer cascading config over it. Thank you [@Phan An](ht

Use exclusively on a fresh Laravel installation.

- add `"gtcrais/laravel-app-bootstrap": "1.*"` to your `composer.json` and run `composer update`
- add `"gtcrais/laravel-app-bootstrap": "1.0.*"` to your `composer.json` and run `composer update`
- add `GTCrais\LaravelAppBootstrap\LaravelAppBootstrapServiceProvider::class,` to providers array in `/config/app.php`
- run `php artisan lab:setup`
- fill in data about your application

Expand Down

0 comments on commit d4f7671

Please sign in to comment.