2017 © Pedro Peláez
 

library laravel-crud-generator

php artisan command to generate fully working crud with grid paginated server side only by having database tables

image

kepex/laravel-crud-generator

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  • Friday, September 1, 2017
  • by kEpEx
  • Repository
  • 11 Watchers
  • 71 Stars
  • 5,362 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 28 Forks
  • 2 Open issues
  • 13 Versions
  • 7 % Grown

The README.md

laravel-crud-generator

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

php artisan command to generate fully working crud with grid paginated server side only by having database tables, (*2)

Installing

php composer.phar require kepex/laravel-crud-generator

Add to config/app.php the following line to the 'providers' array:, (*3)

CrudGenerator\CrudGeneratorServiceProvider::class,

Preview, (*4)

Usage

Use the desired model name as the input, (*5)

CRUD for students table, (*6)

php artisan make:crud student

or the whole database, (*7)

php artisan make:crud all

whole database with custom layout, (*8)

php artisan make:crud all --master-layout=layouts.master 

Because sometimes you need boilerplate code only for view and controller, you can use an existing model with custom controller name, (*9)

php artisan make:crud student --master-layout=master --custom-controller=dashboard  

For more options, (*10)

php artisan help make:crud

Custom Templates

The best power of this plugin relies on you making your own templates and generating the code the way you like, (*11)

Run this command:, (*12)

php artisan vendor:publish

and you will have now in resources/templates/ the files you need to modify, (*13)

If you want to go back to the default, just delete them, (*14)

Let me know if you have any questions or if you find this library useful at twitter @kEpEx, (*15)

The Versions

01/09 2017

dev-master

9999999-dev

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

22/11 2016

v0.1.7

0.1.7.0

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

25/09 2016

v0.1.6

0.1.6.0

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

25/09 2016

dev-allow-custom-app-namespace

dev-allow-custom-app-namespace

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

24/09 2016

v0.1.5

0.1.5.0

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

24/09 2016

dev-laravel5.3

dev-laravel5.3

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

08/01 2016

v0.1.4

0.1.4.0

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

08/01 2016

dev-fix_mess_modelname

dev-fix_mess_modelname

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

27/12 2015

v0.1.3

0.1.3.0

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

27/12 2015

dev-development

dev-development

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

26/12 2015

v0.1.2

0.1.2.0

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

26/12 2015

v0.1.1

0.1.1.0

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre

26/12 2015

v0.1.0

0.1.0.0

php artisan command to generate fully working crud with grid paginated server side only by having database tables

  Sources   Download

MIT

The Requires

 

by Alfredo Aguirre