your url is wrong. All the possible urls are at the pic https://appdividend.com/wp-content/uploads/2019/03/Laravel-5.8-CRUD-Tutorial-.png
what do you expect to see? books list or a book? for books list it is localhost:81/books, for a specific book it would be localhost:81/books/1
May 15, 2019
2
Level 1
Error 404
i m new in laravel and i follow crud example from "https://appdividend.com/2019/03/08/laravel-5-8-crud-tutorial-with-example-for-beginners/"
this is my route
Route::resource('books', 'bookController');
and when i want to run my example in "localhost:81/books/blog5.8/books" it shows object not found error 404
please help
Please or to participate in this conversation.