Download the PHP package chillout/crud-generator without Composer
On this page you can find all versions of the php package chillout/crud-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chillout/crud-generator
More information about chillout/crud-generator
Files in chillout/crud-generator
Package crud-generator
Short Description This package is used to generate a crud by command.
License MIT
Homepage https://github.com/chillout/crud-generator
Informations about the package crud-generator
Very short description of the package
This package is mainly created for get a crud files like Controller with basic crud functions, Model, Request file and api resources.By entering crud:generate {name} you will can those file in respective folders. You can modify as u you can.
Installation
You can install the package via composer:
Usage
After composer require command of this package Need to run a command in your terminal
{name} can be replace with your name for example Post,Comment
How it is acheived?
Name you given in the command is get replaced by a dummy name added in the pre-added files.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- aravind
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.