Support the ongoing development of Laravel.io →
Blade Artisan API
Last updated by @jeprikusworo 11 months ago.
0
moderator

Hello @jeprikusworo

Do you get the error also locally or only on the server?

The basic of the error is that it doesn't know the route name that is used, there are multiple reasons that this happen.

  1. The route doesn't exist and you need to create it.
  2. While updating the software on the server you didn't update the route file for this route.
  3. The routes are cached on the server (that is positive for the speed, depending on your project it can have a big impact on the speed) and you need to run php artisan route:cache to update the cache.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.