Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

annpoorna's avatar

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

0 likes
2 replies
annpoorna's avatar

firstly i write it but it's not working then i add blog name just for try what to do

Please or to participate in this conversation.