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.