2017 © Pedro Peláez
 

library voyagerbreadbuilder

:description

image

codelabs/voyagerbreadbuilder

:description

  • Wednesday, July 4, 2018
  • by smayzes
  • Repository
  • 1 Watchers
  • 1 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

VoyagerBreadBuilder

Latest Version on Packagist ![Total Downloads][ico-downloads] Build Status, (*1)

Laravel Voyager BREAD builder for existing data. The intention of this package is to make it easy to make seeders for your BREAD., (*2)

Installation

Via Composer, (*3)

``` bash $ composer require codelabs/voyagerbreadbuilder, (*4)


## Usage ### Create a DataType seeder ``` bash $ php artisan bread:datatypes articles

Replace articles with the name of the slug in your data_types table. This will create the following file:, (*5)

/database/seeds/articles/VoyagerDataTypesSeeder.php

Create a DataRow seeder

``` bash $ php artisan bread:datarows articles, (*6)


Replace `articles` with the name of the slug in your `data_types` table. This will create the following file: ```bash /database/seeds/articles/VoyagerDataRowSeeder.php

Create a Permission seeder

``` bash $ php artisan bread:permissions articles, (*7)


Replace `articles` with the name of the table you want to add permissions to. This will create the following seeder: ```bash /database/seeds/articles/VoyagerDataRowSeeder.php

This seeder will create the following in the permissions table * browse_articles * read_articles * edit_articles * add_articles * delete_articles, (*8)

Change log

Please see the changelog for more information on what has changed recently., (*9)

Testing

bash $ composer test, (*10)

Contributing

Please see contributing.md for details and a todolist., (*11)

Security

If you discover any security related issues, please email shawn@codelabs.ca instead of using the issue tracker., (*12)

Credits

License

MIT. Please see the license file for more information., (*13)

The Versions

04/07 2018

dev-master

9999999-dev https://github.com/codelabs/voyagerbreadbuilder

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel voyagerbreadbuilder

04/07 2018

0.1.3

0.1.3.0 https://github.com/codelabs/voyagerbreadbuilder

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel voyagerbreadbuilder

01/07 2018

0.1.2

0.1.2.0 https://github.com/codelabs/voyagerbreadbuilder

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel voyagerbreadbuilder

01/07 2018

dev-adding-menuitem-command

dev-adding-menuitem-command https://github.com/codelabs/voyagerbreadbuilder

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel voyagerbreadbuilder

30/06 2018

0.1.1

0.1.1.0 https://github.com/codelabs/voyagerbreadbuilder

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel voyagerbreadbuilder

30/06 2018

dev-change-from-having-folders-and-same-class-names-to-remove

dev-change-from-having-folders-and-same-class-names-to-remove https://github.com/codelabs/voyagerbreadbuilder

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel voyagerbreadbuilder

30/06 2018

dev-fix-the-permissions-seed-generator

dev-fix-the-permissions-seed-generator https://github.com/codelabs/voyagerbreadbuilder

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel voyagerbreadbuilder

30/06 2018

dev-writing-tests

dev-writing-tests https://github.com/codelabs/voyagerbreadbuilder

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel voyagerbreadbuilder

26/06 2018

0.1.0

0.1.0.0 https://github.com/codelabs/voyagerbreadbuilder

:description

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel voyagerbreadbuilder