Download the PHP package ur13l/api-crud-generator without Composer
On this page you can find all versions of the php package ur13l/api-crud-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ur13l/api-crud-generator
More information about ur13l/api-crud-generator
Files in ur13l/api-crud-generator
Download ur13l/api-crud-generator
More information about ur13l/api-crud-generator
Files in ur13l/api-crud-generator
Vendor ur13l
Package api-crud-generator
Short Description Controller generator for Laravel based on the models available in your project.
License MIT
Package api-crud-generator
Short Description Controller generator for Laravel based on the models available in your project.
License MIT
Please rate this library. Is it a good library?
Informations about the package api-crud-generator
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:
php artisan crud:generate
Installation
Use composer to install this package:
You will need to add the service provider on your config/app.php
file:
All versions of api-crud-generator with dependencies
PHP Build Version
Package Version
The package ur13l/api-crud-generator contains the following files
Loading the files please wait ....