laravel-opcache: Laradock - Failed to connect to localhost port 80: Connection refused
Iām using laradock and trying to run php artisan opcache:clear in the workspace container where my projects are located. Any ideas?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (6 by maintainers)
If you have opcache enabled already, then you need to restart nginx. Else try to run
composer dump-autoload -o,php artisan clear-compiled,php artisan cache:clearandphp artisan optimize