This package was working fine when I installed initially but now I am facing very strange issue just to clear opcache using the following command.
php artisan opcache:clear
My concern is my Laravel application executes previous version code even after clearing the opacache several times. I believe It must have to execute latest source code. I tried after php-fpm reload. I also restarted my Apache Fast CGI server. I even tried after executing the following Artisan commands but it still executes previous version code for me.
This package was working fine when I installed initially but now I am facing very strange issue just to clear opcache using the following command.
php artisan opcache:clear
My concern is my Laravel application executes previous version code even after clearing the opacache several times. I believe It must have to execute latest source code. I tried after php-fpm reload. I also restarted my Apache Fast CGI server. I even tried after executing the following Artisan commands but it still executes previous version code for me.
Here are my application environments if anybody can help me to figure out the issue.
Opcache Status:
Opcache Configuration:
I am not sure what I am missing. Please help me to fix it. Any kind of help will be appreciate.
Thanks