laravel-notify
laravel-notify copied to clipboard
Flexible Flash notifications for Laravel
The notification window is displayed twice (during the load of the page and then when the page is fully loaded) Do you have any idea how to prevent that?
Hi, When I use a Livewire component in the view, it doesn't work. When I remove a Livewire component, a notification appears on the website. ``` @livewireStyles @notifyCss @yield('content') @include('notify::messages')...
sessions message is not destroying itself after displaying onces. if we click the back icon button on browser it will show the same message againg. public function store() { notify()->success('Laravel...
The Notifications displayed on center in laravel tailwind css application.
https://github.com/mckenziearts/laravel-notify/blob/a75449fcc1a3e50ac8d1d41a026142461017b4ca/readme.md?plain=1#L98 I refer to `line 98 of readme.md` write it in the layout view file `@include('notify::messages')`, then I got the following error ``` InvalidArgumentException View [messages] not found. (View: /mnt/s/WorkSpaces/HeyCommunity/HeyCommunity-backend/resources/views/dashboard/layouts/default.blade.php)...
It would be nice to have ability to add animation when it slides in or out or the ability to customize the design with Tailwind CSS. Maybe a `vendor:publish` type...
Hello, Is there any way to add a feature in config files to use icons from other vendors such as fontawsome or bootstrap icons to update the notification icon without...
After installing LaravelNotify on Laravel 10 I can't get any notifications to be displayed. Is 10 supported?
Found it easy to implement and I want to have progress bar visualization. Does the package support it?