Laravel 11 Target class does not exist.
Hi guys I just wanna ask what are the solution I can try to fix this error?
When Im clicing on my log out href on my dashboard, it also direct me to the url of
localhost:8000/establishment/logout instead of
localhost:8000/establishment/login and give me the error of Target class [establishment] does not exist.
All my middleware, controller, route, auth.php are correct I tried GPT still cant solved the problem.
Tech Laravel 11 Breeze, React
Important Codes Snippet below
Dashboard.jsx
web.php
Establishment.php
EstablishmentMiddleware
When Im clicing on my log out href on my dashboard, it also direct me to the url of
localhost:8000/establishment/logout instead of
localhost:8000/establishment/login and give me the error of Target class [establishment] does not exist.
All my middleware, controller, route, auth.php are correct I tried GPT still cant solved the problem.
Tech Laravel 11 Breeze, React
Important Codes Snippet below
Dashboard.jsx
web.php
Establishment.php
EstablishmentMiddleware

