Laravel BREAD package

1. Installation
$ composer require php-soft/laravel-bread
2. Register BREAD Service Provider
$ php vendor/bin/bread register
Once this has finished, the BreadServiceProvider has been added to the providers array in your app.php config
3. Using
Coming soon...