Download the PHP package hcomg/laravel-easy-generator without Composer
On this page you can find all versions of the php package hcomg/laravel-easy-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hcomg/laravel-easy-generator
More information about hcomg/laravel-easy-generator
Files in hcomg/laravel-easy-generator
Download hcomg/laravel-easy-generator
More information about hcomg/laravel-easy-generator
Files in hcomg/laravel-easy-generator
Vendor hcomg
Package laravel-easy-generator
Short Description php artisan command to generate fully working crud with api resource by having database tables
License MIT
Package laravel-easy-generator
Short Description php artisan command to generate fully working crud with api resource by having database tables
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-easy-generator
Laravel Easy Generator
php artisan command to generate fully working crud with api resource by having database tables
Features
1. Add api to routes.
2. Create resource controller with Dingo API.
3. Create model with Validator rules from Database.
4. ...
Requirements
Laravel >=5.1
PHP >= 5.5.9
dingo/api: 1.0.x@dev
Installation
Open your terminal(CLI), go to the root directory of your Laravel project, then follow the following procedure.
-
Install Through Composer
-
Add the Service Provider
Open
/app/Providers/AppServiceProvider.php
and, to yourregister
function, add: - Run
php artisan help hcomg:gen
to see all parameters
Examples
Then run php artisan api:routes
to see the api list.
All versions of laravel-easy-generator with dependencies
PHP Build Version
Package Version
The package hcomg/laravel-easy-generator contains the following files
Loading the files please wait ....