acacha / laravel-bootstrap
A Laravel Bootstrap Service Provider
Installs: 189
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 3
Open Issues: 0
Type:package
Requires
- php: >=5.5.9
- illuminate/support: ~5.0
- symfony/finder: 2.8.*|3.0.*
Requires (Dev)
- phpunit/phpunit: ~4.0
README
A Laravel Bootstrap Service Provider
Installation
Install Laravel 5 package with:
$ composer require "acacha/laravel-bootstrap:^0.1"
Then add BootstrapServiceProvider to providers in config/app.php:
Acacha\LaravelBootstrap\Providers\BootstrapServiceProvider::class
And publish config file (config/bootstrap.php file) with:
$ php artisan vendor:publish --force --provider="Acacha\LaravelBootstrap\Providers\BootstrapServiceProvider"