2017 © Pedro Peláez
 

library larawesomecrud

CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre (alfrednx@gmail.com).

image

samyoteroglez/larawesomecrud

CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre (alfrednx@gmail.com).

  • Saturday, April 1, 2017
  • by SamyOteroGlez
  • Repository
  • 1 Watchers
  • 4 Stars
  • 88 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 9 Open issues
  • 6 Versions
  • 10 % Grown

The README.md

larawesomecrud

Everything is awesome! o(Oo,)o

A CRUD generator for Laravel. Generates models, controller and views based on the database tables.

laravel, (*1)

Requirements

    Laravel 5.1
    Laravel collective

    twitter-bootstrap
    datatables

Install

Step 1

    composer require samyoteroglez/larawesomecrud

Step 2

Add your new provider to the providers array of config/app.php:, (*2)

    CrudGenerator\CrudGeneratorServiceProvider::class,

Step 3

Boom! Enjoy it., (*3)

Usage

Use a table name, a list of table names as the input or just generate all the database., (*4)

CRUD for all database

php artisan make:crud all
php artisan make:crud --all
php artisan make:crud -a
php artisan make:crud

CRUD for one table

php artisan make:crud table_1

CRUD for a list of tables

php artisan make:crud table_1,table_2,table_3 --only
php artisan make:crud table_1,table_2,table_3 -o

CRUD for all except for the tables in a given list

php artisan make:crud table_1,table_2,table_3 --all-but
php artisan make:crud table_1,table_2,table_3 -b

Generate Form Requests

php artisan make:crud table_1 --formrequest
php artisan make:crud table_1 -r
php artisan make:crud table_1 --dashboard-menu
php artisan make:crud table_1 -m

To check all the options

php artisan help make:crud

Custom Templates

Use a custom layout

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

Customize your own templates

php artisan vendor:publish

Contact

GitHub: SamyOteroGlez Twitter: @SamyOteroGlez, (*5)

This project is based on [kEpEx/laravel-crud-generator] (https://github.com/kEpEx/laravel-crud-generator) from

Alfredo Aguirre (alfrednx@gmail.com)., (*6)

License

MIT License SamyOteroGlez & contributors, (*7)

The Versions

01/04 2017

dev-development

dev-development

CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre (alfrednx@gmail.com).

  Sources   Download

MIT

The Requires

 

by Samy Otero Glez

laravel crud generator generate code generation

05/02 2017

dev-master

9999999-dev

CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre (alfrednx@gmail.com).

  Sources   Download

MIT

The Requires

 

by Samy Otero Glez

laravel crud generator

28/01 2017

1.2.0

1.2.0.0

CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is a fork of kEpEx/laravel-crud-generator from Alfredo Aguirre (alfrednx@gmail.com).

  Sources   Download

MIT

The Requires

 

by Samy Otero Glez

laravel crud generator

23/01 2017

1.1.0

1.1.0.0

CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is a fork of kEpEx/laravel-crud-generator from Alfredo Aguirre (alfrednx@gmail.com).

  Sources   Download

MIT

The Requires

 

by Samy Otero Glez

laravel crud generator

21/01 2017

1.0.1

1.0.1.0

CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is a fork of kEpEx/laravel-crud-generator from Alfredo Aguirre (alfrednx@gmail.com).

  Sources   Download

MIT

The Requires

 

by Samy Otero Glez

laravel crud generator

21/01 2017

1.0.0

1.0.0.0

CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is a fork of kEpEx/laravel-crud-generator from Alfredo Aguirre (alfrednx@gmail.com).

  Sources   Download

MIT

The Requires

 

by Samy Otero Glez