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.
The text was updated successfully, but these errors were encountered:
Answer to title question: Yes... Answer at the end of the comment: No.
Probably, since the Opcache configuration is for PHP in general, it is not tied to the project. Although there is an option so that from time to time it actively updates the cache with the changes in the files but some performance is lost. I do not recommend it.
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.
The text was updated successfully, but these errors were encountered: