laravel-caffeine
laravel-caffeine copied to clipboard
Keeping Your Laravel Forms Awake.
## Expected Behavior Regular drip calls to the server set by the config. ## Actual Behavior When using livewire with wire:navigate the number of drip calls start to increase after...
Update README to be more accurate since all modern desktop and mobile browsers suspend background tabs after about an hour to free up CPU and memory: https://stackoverflow.com/questions/6032429/chrome-timeouts-interval-suspended-in-background-tabs
The drip route response must have the `XSRF-TOKEN` cookie attached to it. This only happens with the `web`middleware.
## Expected Behavior The XSRF-TOKEN should be attached to the response when calling the drip endpoint. ## Actual Behavior No cookies are attached to the drip response when route caching...