You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an error after deployment to production. Routes are cached there. Error looks like: ReflectionException Class "" does not exist.
So right now I'm not using cache for routes on prod by clearing it: php artisan route:clear
The text was updated successfully, but these errors were encountered:
I have an error after deployment to production. Routes are cached there. Error looks like: ReflectionException Class "" does not exist.
So right now I'm not using cache for routes on prod by clearing it:
php artisan route:clear
The text was updated successfully, but these errors were encountered: