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 installed the package in a laravel project and compiled, then I went to work in another laravel project and I realized that my changes were not applied, what I did was go to the other project to execute "php artisan opcache: clear", and in my another project recently I could see my changes.
is there any way to enable opcache for a single project ?. Since doing it with this package affects all my projects.