Download the PHP package codelabs/voyagerbreadbuilder without Composer
On this page you can find all versions of the php package codelabs/voyagerbreadbuilder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codelabs/voyagerbreadbuilder
More information about codelabs/voyagerbreadbuilder
Files in codelabs/voyagerbreadbuilder
Package voyagerbreadbuilder
Short Description :description
License MIT
Homepage https://github.com/codelabs/voyagerbreadbuilder
Informations about the package voyagerbreadbuilder
VoyagerBreadBuilder
Laravel Voyager BREAD builder for existing data. The intention of this package is to make it easy to make seeders for your BREAD.
Installation
Via Composer
Usage
Create a DataType seeder
Replace articles
with the name of the slug in your data_types
table. This will create the following file:
Create a DataRow seeder
Replace articles
with the name of the slug in your data_types
table. This will create the following file:
Create a Permission seeder
Replace articles
with the name of the table you want to add permissions to.
This will create the following seeder:
This seeder will create the following in the permissions
table
- browse_articles
- read_articles
- edit_articles
- add_articles
- delete_articles
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Shawn Mayzes
- All Contributors
License
MIT. Please see the license file for more information.