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
This ticket sounds too vague but I'm assuming it's related to the errors when running php artisan opcache:compileafterphp artisan optimize. If not, I will open a separate ticket. I probably should since I'm using php 7.2 and laravel-opcache 3.2.1.
Running php artisan optimize will also compile the Blade views, like php artisan view:cache. Because of this, laravel-opcache will not able to compile the views into OPcache.
In my case, the following error occurred when running php artisan opcache:compileafterphp artisan optimize:
Hi,
I noticed the lib doesn't work if you're compiling with
php artisan optimize
.As a workaround i'm doing
You might need to declare a route somewhere in your package.
The text was updated successfully, but these errors were encountered: