InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.78k stars 808 forks source link

[Feature]: Re: new options to consider #277

Open phillipmadsen opened 8 years ago

phillipmadsen commented 8 years ago
  1. Make generate model command plural / singular depending on developer preference.
  2. Ad flag option to prefix's to put them in a names pace and prefix for the routes. If option true it would generate the prefix in the routes for both namespace and prefix it also. If beg just the suffix.
  3. Add ability to compartmentalize each generated crud into models / components / plug-ins that can be activated and deactivated.
  4. Add ability to create dashboard for prefix.
  5. Add ability to generate widgets using fields from the crud to generate data or graph on said dashboard.
RayhanYulanda commented 3 years ago
  1. Add option false for request (because in small project doesn't need it)

BTW Thanks a lot for this awesome package!