InfyOmLabs / laravel-generator

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

[Feature]: using presenter #52

Open amin101 opened 8 years ago

amin101 commented 8 years ago

once i use php artisan infyom:scaffold ModelName no presenter class will be created. how can i have a presenter class to integrate with respective Model?

mitulgolakiya commented 8 years ago

it will not create a presenter class. You need to create it manually. Presenter is not a general thing that everybody wants. so as of now, its not generating that. But I am adding it as a feature request which can be supported via configuration.

mitulgolakiya commented 8 years ago

Keep it open, so we can track it and it can be added in a list.