@extends('notify::layout.app') @section('content')
Version 2 is Here 🤩 ! Laravel Notify is a package that lets you add custom notifications to your project. A diverse range of notification design with TailwindCSS and TailwindUI.
Connectity Notification can be used to notify your users that they no longer have an internet connection to perform the action they started.
Toast Notification can be used to inform the user after the actions he has performed (CRUD actions). From your application, call the flash method with a message and type.
notify()->success('You have successfully logged in');
notify()->warning('Please charge your mobile phone');
notify()->info('You have new subscribers');
notify()->error('Some error here please try again');
Success
You have successfully logged in.
Warning
Please charge your mobile phone.
Info
You have new subscribers.
Danger
Some error here please try again
Drake Notification can be used to notify your users that they have a bad action request.
Smiley notification can be user to display notification messages to users who like smileys.
Emoticon notification can be user to display notification messages to users who like emoticons :D.
Some awesome stuff. Active dark mode by update your configuration at config/notify.php
and set
NOTIFY_THEME
to 'dark'.
'theme' => env('NOTIFY_THEME', 'dark'),
Network Found
Laravel Notify v2 is insane 🔥 !
Success
Laravel Notify v2 is insane 🔥 !
Success !
Laravel Notify v2 is insane 🔥 !