-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class http_cache.store does not exist #30
Comments
No I got it too but forgot to open an issue. I did this instead as a quick fix as a had to rush the update to 5.4
|
I have the same issue in Laravel 5.2 after update. |
To make it work with Laravel 5.2 I had to do the following:
notice the path to the store class is slightly different |
I have the same issue. Workaround works fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the following error when trying to purge a URI from cache in Laravel 5.4:
$url = url('properties', [$property_id]);
App::make('http_cache.store')->purge($url);
Is this something on my end that I'm overlooking?
The text was updated successfully, but these errors were encountered: