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

Mangeshsharama's avatar

vendor/laravel/framework/src/Illuminate/Routing/AbstractRouteCollection.php", "line": 43,

chat refresh

{ "message": "",Failed to load resource: the server responded with a status of 404 "exception": "Symfony\Component\HttpKernel\Exception\NotFoundHttpException", "file": "/home/t9r9pnmc1w3f/public_html/script/vendor/laravel/framework/src/Illuminate/Routing/AbstractRouteCollection.php", "line": 43, "trace": [ { "file":

0 likes
1 reply
ramonrietdijk's avatar

These kind of questions are hard to answer without any code snippets or full stack traces to determine the cause(s). Could you add some code of your route file and controller?

Of course, make sure that the used route actually exists. You can check the routes of your application by running the following command:

php artisan route:list

Please or to participate in this conversation.