appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

Opcache issue #142

Open jalpab opened 1 year ago

jalpab commented 1 year ago

I got two laravel projects running on the same apache2 server on my local system, Now when I run enlightn package on both projects then one of them shows the "OPcache is not enabled" error while another works completely fine

when i check phpinfo(); it also shows OPcache up and running for both project. also tried uncommenting OPcache config in php.ini files in apache2

I also tried running this "PHP -i | grep opcache" command it also shows everything is okay