HttpNotFoundException is basically a 404 - it means no route was found for the matching URL.
You can run php artisan routes
to show all existing routes for your application.
On first glance I see that you've named your controller routes wrong - they should be postSearchCheckData
, not post_searchCheckData
.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community