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?
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