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
{{ message }}
This repository was archived by the owner on Dec 9, 2023. It is now read-only.
Hi,
If I fetch data from a URL using Request::get() and then pass it to the cache, caching won't work in that case? It's not working for me.
Eg:
I am using this way because passing directly the URL to $image->make(URL) slow down the request by a lot in php-fpm idk why.