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

Flexible Flash notifications for Laravel

Results 48 laravel-notify issues
Sort by recently updated
recently updated
newest added

I was using this package (thanks to the creator and all contributor), and i was wondering how to overwrite the style/css relaated because, i faced visually-problem ![image](https://github.com/mckenziearts/laravel-notify/assets/50067865/0cf98a24-de94-4834-a04e-d66766432299)

Environment: Laravel 10 (with AdminLTE). I've added the `Mckenziearts\Notify\LaravelNotifyServiceProvider::class` service provider to `config/app.php`, published the config file and assets and executed `composer dump-autoload`. Here is my layout: ```blade @extends('adminlte::page') @section('title',...

This feature gives user ability to define custom timeout for individual notification or based on notification type. Usage to add custom timeout on individual notification is documented in readme. Usage...

Add a higher z-index to laravel-notify to ensure they will appear on top always.

After setting up package really well but my notifications were still not working. I am using Laravel 10 and php 8.2. I am getting an error that just says `Uncaught...

It might not be the best solution, but I can guarantee that AlpineJS that gets compiled from this package will not conflict with the Project's Alpine instance. This should fix...

I use RTL language and the layout wan't very good. I fixed it by replacing `ml-*` (margin left) with `ms-*` (margin start). please fix it in next release, Thank you.

enhancement

Hi, I suggest that you can make a duration for each type, especially in case of an error. It is preferable to make the duration 0, which means it never...

enhancement

I put validation in my controller but when any validation fails then it is not showing any message. $request->validate([ 'name' => 'required', ]);