Closed julianovmartins closed 7 months ago
@julianovmartins Are you trying to create a form-request? If so, does it work without a form-request?
@MikeAlhayek, thanks for answering.
Without or with a form-request, the exception occur, for example:
php artisan create:scaffold Menu
php artisan create:scaffold Menu --with-form-request
Thank you. This is fixed and 3.0.2 was released!
Some files, such as
Kernel.php
, are no longer available in Laravel 11.Environment:
Description:
When I execute the command
create:mapped-resources
, only the first file (the model) is made, and then the Exception below occurs.Steps/Commands To Reproduce:
By command:
Note: All JSON files were previously created without any problems.