You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: