"http://127.0.0.1:8000/admin/category/1/edit"
Hi Ashwani, I think the path generated by the resource is plural. Try /admin/categories/1/edit instead.
Also check
php artisan r:l
to confirm.
I'd suggest to move Route::resource('category', 'CategoryController'); outside the group. Check if it works outside.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community