php-soft/laravel-bread

Laravel B.R.E.A.D Package
4 1
Install
composer require php-soft/laravel-bread
PHP:>=5.5.9
Maintainer: huytbt

Laravel BREAD package

Build Status

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...