appstract / laravel-opcache

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

php artisan opcache:clear exception #139

Open AComasSamcla opened 2 years ago

AComasSamcla commented 2 years ago

Running php artisan opcache:clear i receive: ` Illuminate\Http\Client\RequestException

HTTP request returned status code 500: ... Illuminate\Contracts\Container\BindingResolutionException: Target class [Appstract\Opcache\Http\Controllers\OpcacheController] does not exist. in file /home/infinite/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 879 ` Tryed with :status and :compile with the same error.

Followed what some user suggested in #123 to get the full error, in order to detect if some other package was causing this error and exclude it. But it seems like it does not find its own OpcacheController?

Laravel v9.17.0 PHP 8.1.7