I am getting this error message when I try to access this url:
http://127.0.0.1:8000/posts/first-post
Error Message:
Illuminate\Contracts\Container\BindingResolutionException Target class [PostsController] does not exist. http://127.0.0.1:8000/posts/first-post
but I can see that PostsController class exists.
Are there any reasons and how can I fix it?
Note: I am using laravel 8.0.3