-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opcache.dups_fix must be enabled, or run with --force #127
Comments
Use |
Where in the php code do I do that? |
Just paste this command in a terminal in your project directory. |
Is there no way to doing this through php so I don’t have to log in to cpannel every time I make a change? |
You can programmatically execute artisan commands: Artisan::call('opcache:compile --force'); |
hi im getting this message {"result":{"message":"opcache.dups_fix must be enabled, or run with --force"}}
i can turn on opcache.dups_fix on my shared host
in Compile.php its asking for a option:
response = $this->sendRequest('compile', ['force' => $this->option('force') ?? false]);
where do i set option force to true ?
The text was updated successfully, but these errors were encountered: