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
Laravel recently introduced (v9.33) new functionality to help validate the frontend with precognitive requests.
See here: laravel/framework#44339
Issue:
When trying to incorporate this with actions as a controller, you get the following exception:
file: "/var/www/vendor/laravel/framework/src/Illuminate/Foundation/Routing/PrecognitionControllerDispatcher.php"
line: 43
message: "Attempting to predict the outcome of the [Lorisleiva\\Actions\\Decorators\\ControllerDecorator::asController()] method but the method is not defined."
The text was updated successfully, but these errors were encountered:
Laravel recently introduced (v9.33) new functionality to help validate the frontend with precognitive requests.
See here: laravel/framework#44339
Issue:
When trying to incorporate this with actions as a controller, you get the following exception:
The text was updated successfully, but these errors were encountered: