Caching your Laravel API with ETag and Conditional Requests
When writing an application with a decoupled front- and backend, you'll have to start considering the requests your frontend client makes to the API. Fetching data again from the backend, even when you only want to verify that your frontend's cache i...
Feb 20, 202111 min read8.4K
