codelabs/voyagerbreadbuilder is a Laravel package for :description.
It currently has 3 GitHub stars and 89 downloads on Packagist (latest version 0.1.3).
Install it with composer require codelabs/voyagerbreadbuilder.
Discover more Laravel packages by codelabs
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Voyager BREAD builder for existing data. The intention of this package is to make it easy to make seeders for your BREAD.
Via Composer
$ composer require codelabs/voyagerbreadbuilder
$ php artisan bread:datatypes articles
Replace articles with the name of the slug in your data_types table. This will create the following file:
/database/seeds/articles/VoyagerDataTypesSeeder.php
$ php artisan bread:datarows articles
Replace articles with the name of the slug in your data_types table. This will create the following file:
/database/seeds/articles/VoyagerDataRowSeeder.php
$ php artisan bread:permissions articles
Replace articles with the name of the table you want to add permissions to.
This will create the following seeder:
/database/seeds/articles/VoyagerDataRowSeeder.php
This seeder will create the following in the permissions table
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.