-
On production, I get the following error:
This is my console command:
Locally, the artisan command runs without any problem. On production it doesnt. I dont know how the both could differ, everything is git versioned and pretty much the same. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
creutz
Jul 25, 2022
Replies: 1 comment
-
A simple |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
creutz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple
php artisan optimize:clear
did the trick, sorry.