Looking to hire Laravel developers? Try LaraJobs

laravel-bootstrap maintained by acacha

Description
A Laravel Bootstrap Service Provider
Last update
2016/05/17 21:43 (dev-master)
License
Links
Downloads
192

Comments
comments powered by Disqus

laravel-bootstrap

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"