2017 © Pedro Peláez
 

library laravel-crud-generator

Generate Crud in Laravel

image

marionassef/laravel-crud-generator

Generate Crud in Laravel

  • Sunday, May 6, 2018
  • by MarioNassef
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 16 % Grown

The README.md

Generate crud in Laravel 5.5

Licence , (*1)

This package helps Backend developers to speed up creating dashboard and apis using command line Here's how you use it, let's say we have news module so all you have to do is Run the following command in your terminal:, (*2)

php artisan generate:adminModule News, (*3)

that will create the following:, (*4)

1.controller with crud functions, (*5)

2.crud views, (*6)

3.routes for crud, (*7)

4.api controller with crud functions, (*8)

5.model, (*9)

6.transformer, (*10)

7.migration file, (*11)

Installation, (*12)

Begin by installing the package through Composer. Run the following command in your terminal:, (*13)

composer require marionassef/laravel-crud-generator, (*14)

The package will automatically register a service provider and alias., (*15)

but you have to publish the package's files by running:, (*16)

php artisan vendor:publish --provider="MarioNassef\LaravelCrudGenerator\LaravelCrudGeneratorServiceProvider", (*17)

that will publish the assets views for admin panel and helper files, (*18)

Usage, (*19)

run php artisan make:auth, (*20)

this will ask you if you want to replace home view don't replace if you accidentally replace the file it's okay Download home.blade from src and replace it, (*21)

by running: php artisan you will find the following commends:, (*22)

generate:adminModule {name}, (*23)

I had described that above, (*24)

generate:adminController {name}, (*25)

that will just create admin controller with crud functions, (*26)

generate:adminModel {name}, (*27)

that will just create model, (*28)

generate:adminRoutes {name}, (*29)

that will just append routes for crud functions in web.php, (*30)

generate:adminTransformer {name}, (*31)

that will just create Transformer, (*32)

generate:adminViews {name}, (*33)

that will just create views, (*34)

generate:apiController {name}, (*35)

that will just create api Controller with crud functions, (*36)

you need to add tabs for the modules you generated to menu file you will find it in views/common, (*37)

that all., (*38)

Please Note, (*39)

this package use abstract transformer from, (*40)

Here , (*41)

thanks for Mohamed Said, (*42)

for any comment or issue please don't hesitate to contact me:developer.mario.nassef@gmail.com, (*43)

happy coding, (*44)

The Versions

06/05 2018

dev-master

9999999-dev https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

06/05 2018

V0.5.2

0.5.2.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

06/05 2018

V0.5.1

0.5.1.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

05/05 2018

V0.5.0

0.5.0.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

03/03 2018

V0.4.2

0.4.2.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

03/03 2018

V0.4.1

0.4.1.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

03/03 2018

V0.4.0

0.4.0.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

02/03 2018

dev-add-license-1

dev-add-license-1 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

02/03 2018

V0.3.6

0.3.6.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

02/03 2018

V0.3.5

0.3.5.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

02/02 2018

0.3

0.3.0.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

02/02 2018

V0.1

0.1.0.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator

30/01 2018

0.1

0.1.0.0 https://github.com/marionassef/laravel-crud-generator

Generate Crud in Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Mario Nassef

laravel crud generator