79328275

Date: 2025-01-04 05:05:19
Score: 0.5
Natty:
Report link

Complete shot in the dark here because I know Symfony could show similar behavior for the same reason:

Try clearing all of your caches with the following:

php artisan cache:clear
php artisan route:clear
php artisan config:clear
php artisan view:clear

Also ensure APP_ENV is set correctly in your .env file.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ervin Šabić