appstract / laravel-opcache

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

[Question] Why trigger compilation through network instead of CLI directly? #116

Closed milewski closed 3 years ago

milewski commented 3 years ago

Hey, I'm wondering what is the reason why this lib interfaces with the Laravel through an API/Http request instead of calling the OPcache:: methods directly during the artisan call commands?

ovanschie commented 3 years ago

See #104