laravel-caffeine icon indicating copy to clipboard operation
laravel-caffeine copied to clipboard

Keeping Your Laravel Forms Awake.

Results 14 laravel-caffeine issues
Sort by recently updated
recently updated
newest added

## Expected Behavior No warnings ## Actual Behavior Deprecation warning ## Environment - PHP Version: 8.1 - Laravel Version: 9.3.1 - LaravelCaffeine Version: 9.0.2 ## Stack Trace ``` LOG.warning: trim():...

bug

## Expected Behavior Package should not affect overall site layout ## Acutal Behavior The package adds its scripts but also modifies my layout. ## Environment - PHP Version: 7.4 -...

Hello. I have a problem when my laptop is in sleep, after waking up I see an error connecting to the Internet. I found out that when this condition is...

Hello. I have a problem when my laptop is in sleep, after waking up I see an error connecting to the Internet. I found out that when this condition is...

## Behavior When caffeine refreshes the session, other npm packages don't load correctly. I have the package [voerro/vue-tagsinput](https://github.com/voerro/vue-tagsinput) along with caffeine. Everything's fine until caffeine auto refreshes page session, when...

I have a user form where he can upload an avatar and fill other fields. If he uploads an image but the request doesn't pass the validation on an other...

unconfirmed bug
high priority

Laravel Caffeine refreshes the CRSF token every `drip-interval` and refreshes the whole page when the session almost expires; `outdated-drip-check-interval` before. But... when I open the Laravel application, close my Macbook...

enhancement

I don't see anything in javascript side handling this case. Should we add an observer on page visibility or something else to ensure that we have to make an ajax...

enhancement

It seems as though the package only accounts for a token to come through. I am using laravel with inertiajs which uses the XSRF header and cookie but it doesn't...