2
I tried to create a Request with a subnamespace in Laravel 5, but to no avail.
When I turn the remote php artisan make:request Temp\OsRequest
, instead of creating a file called OsRequest
inside a briefcase Temp
, a class is created called TempOsRequest
.
Is there any way to create this class, with the subnamespace, already inside a folder, the way I need?