Lorenzo Cattaneo

Results 2 comments of Lorenzo Cattaneo

This seems to happen at https://github.com/appstract/laravel-opcache/blob/d2ce88cddda6af54c14d1f9ceaaf94b54f38f9d3/src/OpcacheClass.php#L70 because polyfill files that require php 8 syntax are being parsed. For now I've simply run `php artisan vendor:publish --provider="Appstract\Opcache\OpcacheServiceProvider" --tag="config"` to publish the...

@miraries check my answer here: https://github.com/appstract/laravel-opcache/issues/122#issuecomment-759400723 It may be an easier solution than keeping forks up to date.