livewire-flash
livewire-flash copied to clipboard
A Laravel Livewire-based Flash message component
How can I clear the flash messages? I use modal from https://github.com/wire-elements/modal Open with `[$emit](wire:click="$emit('openModal', 'videos.edit'}})")` After saving call: ```php `flash('Your video have been created successfully')->livewire($this); $this->closeModal(); ``` But how...
Closes #23 - I've split views out into individual views for each message type, inlining their classes so Tailwind JIT works as expected - I've included the auto dismiss logic,...
Per tailwind's recommendations, injecting dynamic classes cannot be injected with variables, as the tailwind compiler will have no way to pull those classes in: Rather than stuffing a bunch of...
Hello, good package! First of all, thank you for your work. I think it would be interesting to include a auto-dismiss option.
Hi, nice package! I think there should be a group property to allow different flash messages at different places.
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
Hi, Any plans on updating it for Livewire3? Kind regards,
Hi Just installed your package as having issues trying to get flash messages to work on livewire pages without needing a redirect. I have previously used Laracasts/Flash and wondering if...