appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.34k stars 119 forks source link

Artisan commands should not only rely on web server #104

Closed dkhorev closed 4 years ago

dkhorev commented 4 years ago

i.e. inside a docker container it is impossible to run compile, status etc, because url "http://127.0.01/compile/?key....." is not accessible from inside a container running only php-fpm

ovanschie commented 4 years ago

see: #74