Problem when trying to cache views #44729
Unanswered
Sebteams69
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I deployed in production my backend which use laravel. After deploying I ran into an issue a I don't understand how to solve it.
The problem occurs when I run the command php artisan view:cache
An exception is raised in Illuminate\Foundation\Console\ViewCacheCommand::Illuminate\Foundation\Console{closure}(Object(Symfony\Component\Finder\SplFileInfo), "vendor/laravel/framework/src/Illuminate/Notifications/resources/views/email.blade.php"
I have upgraded my composer to the latest laravel/framework version but still have the same issue.
Could anyone help me please?
Regards,
Sebastien
Beta Was this translation helpful? Give feedback.
All reactions