Download the PHP package aindong/custom-generator without Composer
On this page you can find all versions of the php package aindong/custom-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aindong/custom-generator
More information about aindong/custom-generator
Files in aindong/custom-generator
Package custom-generator
Short Description A custom generator that would generate a new feature for a repository pattern application
License MIT
Informations about the package custom-generator
Laravel Custom Generator
A laravel custom generator inspired by the generator packaged of jeffrey way. This generator will generate files that are needed for a repository pattern structure.
Installation
-
Add this into your laravel composer.json file, under require
-
Open up your terminal and run
-
After downloadign the package. Open up your app/config/app.php file and inside the $providers array add this
- If errors occured like, it can't find the package. Run
Usage
-
Inside your app folder, create a customized folder name that will contain all of your features. For example I created an Acme Folder
-
And under your custom folder, create a Features folder.
-
Now on your terminal, type
- TADA! now check your features folder for the magic!
Notes
This package already has an interface and an abstract of a regular crud process of eloquent built in. But you can always change or create your own.
Notes
This package is still under development but I'm already using it to make my work faster and reduce the time of creating new files and restructuring them. Feel free to suggest.