-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 11 support #199
Comments
@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:
![]() |
Thank you. This is fixed and 3.0.2 was released! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: