You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: