Package Data | |
---|---|
Maintainer Username: | aindong |
Maintainer Contact: | freedom_war550@live.com.ph (Alleo Indong) |
Package Create Date: | 2015-04-07 |
Package Last Update: | 2015-04-09 |
Home Page: | https://packagist.org/packages/aindong/custom-generator |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:17:19 |
Package Statistics | |
---|---|
Total Downloads: | 123 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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.
"require-dev": {
"aindong/custom-generator": "dev-master"
}
composer update
'Aindong\CustomGenerator\Providers\CustomGeneratorServiceProvider',
composer dumpautoload -o
-app
--Acme
-app
--Acme
---Features
php artisan generate:feature featurename --path=app/Acme --namespace=Acme
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.
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.