Target class [Backpack\CRUD\app\Http\Middleware\AuthenticateSession] does not exist. #342
-
Target class [Backpack\CRUD\app\Http\Middleware\AuthenticateSession] does not exist. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Normally I'd say this is too little information for us to know what's going on. That we need to know what you did before, to get this error. But oddly enough, this sounds familiar and I think @pxpm might know exactly what's going on. Until he answers, please try a "composer update" and let us know more information if you can. Cheers! |
Beta Was this translation helpful? Give feedback.
-
This was fixed in Laravel-Backpack/CRUD#4849 that was released yesterday in https://github.com/Laravel-Backpack/CRUD/releases/tag/5.4.12 Please make sure you are using that version. You can check what version you are using by doing: Cheers |
Beta Was this translation helpful? Give feedback.
-
Please do a |
Beta Was this translation helpful? Give feedback.
Please do a
composer update backpack/crud
to get 5.4.13 or later - that has it fixed!