2017 © Pedro Peláez
 

library api-crud-generator

Controller generator for Laravel based on the models available in your project.

image

ur13l/api-crud-generator

Controller generator for Laravel based on the models available in your project.

  • Wednesday, February 28, 2018
  • by ur13l
  • Repository
  • 1 Watchers
  • 0 Stars
  • 299 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 11 Versions
  • 9 % Grown

The README.md

api-crud-generator

Automatic controller generator for Laravel based on the existing models in your project. You can get the default methods (store, update, destroy, show and index) in a controller and with default content for an API project just by executing:, (*1)

php artisan crud:generate, (*2)

Installation

Use composer to install this package:, (*3)

$ composer require ur13l\api-crud-generator

You will need to add the service provider on your config/app.php file:, (*4)

Ur13l\ApiCrudGenerator\Providers\ApiCrudGeneratorProvider::class,

The Versions

28/02 2018

dev-master

9999999-dev

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

by Uriel

28/02 2018

1.1.2

1.1.2.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

by Uriel

10/02 2018

1.1.1

1.1.1.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

by Uriel

09/02 2018

1.1.0

1.1.0.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

by Uriel

28/11 2017

1.0.6

1.0.6.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

by Uriel

08/11 2017

1.0.5

1.0.5.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uriel

07/11 2017

1.0.4

1.0.4.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uriel

07/11 2017

1.0.3

1.0.3.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uriel

07/11 2017

1.0.2

1.0.2.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uriel

01/11 2017

1.0.1

1.0.1.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Uriel

01/11 2017

1.0.0

1.0.0.0

Controller generator for Laravel based on the models available in your project.

  Sources   Download

MIT

The Development Requires

by Uriel