plugin
plugin copied to clipboard
[Feature Request]: Create requests classes with controller
Feature Description
Sorry if this is dublicate, its bit hard to find anything from backlog
I recently found out that Laravel's own make:controller command now supports creating request classes with --requests flag. I think this would be really useful. The command creates StoreModelnameRequest and UpdateModelnameRequest and then uses those in controller template.