Download the PHP package groch/resource-generator without Composer
On this page you can find all versions of the php package groch/resource-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download groch/resource-generator
More information about groch/resource-generator
Files in groch/resource-generator
Package resource-generator
Short Description Generate all Structure for a given resource name.
License MIT
Homepage https://github.com/thomasgroch/ResourceGenerator
Informations about the package resource-generator
resource-generator
Generate all Structure for a given resource name
Note: The code in this sample was originally written for a user experience prototype and does not necessarily demonstrate how to create production quality code.
Structure
Create and remove components of a resource. These include:
Install
Via Composer
Register the service provider in .
Publish assets from the package.
Add your UsersTableSeeder
and move the default "User.php" model to Model
namespace/folder.
Usage
Run to see the new command .
Generate a new resource
Remove a generated resource
Change log
Please see CHANGELOG for more information on what has changed recently.
Credits
- Thomas Letsch Groch
License
The MIT License (MIT). Please see License File for more information.
All versions of resource-generator with dependencies
league/fractal Version ^0.16.0
tymon/jwt-auth Version dev-develop
illuminate/support Version ~5.1
php Version ~5.6|~7.0