im working with laravel in a crud project and i have to create the route for a controller but i keep getting this error:
Class "StudentController" does not exist
The thing is it does exist and its locate in the correct location, what can i do to fix it?