laravel-generator
laravel-generator copied to clipboard
[Feature]: using presenter
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?
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.
Keep it open, so we can track it and it can be added in a list.