Download the PHP package jezuu/notifications without Composer
On this page you can find all versions of the php package jezuu/notifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jezuu/notifications
More information about jezuu/notifications
Files in jezuu/notifications
Package notifications
Short Description Notifications is a Laravel package that offers a comprehensive solution for displaying notifications in your application. It provides predefined components and styles for showcasing success messages, errors, warnings, and informative messages in an appealing manner. With this package, you can easily customize the notification type, the accompanying icon, and the displayed message. It seamlessly integrates with popular libraries like Font Awesome and Bootstrap Notify to deliver a sleek and user-friendly notification experience. Save time and enhance the presentation of your notification messages with Notifications package for Laravel.
License MIT
Informations about the package notifications
Notifications
Notifications is a Laravel package that provides a comprehensive solution for displaying notifications in your application. It offers predefined components and styles to showcase success messages, errors, warnings, and informative messages in an appealing manner.
Features
- Display success, error, warning, and informative notifications.
- Customize the notification type, associated icon, and displayed message.
- Seamless integration with Font Awesome and Bootstrap Notify for a sleek experience.
- Easy to use and customize.
Requirements
- PHP >= 7.2
- Laravel >= 6.0
- jQuery >= 3.x
Installation
-
Run the following command to install the package via Composer:
- Publish the package's configuration and views by running the following command:
Usage
You can use the "Notifications" package in Laravel to display notifications in your application. Here are examples of how to use it from Controller and Blade view:
In Controller:
In Blade View:
You can customize the notification type, message, and other parameters according to your needs.
In this example, the notify() method from the Notifications class is used to display a success notification. You can pass the desired notification type ('success', 'error', 'warning', 'info') as the first argument and the notification message as the second argument.
Make sure you have properly configured the package and imported the necessary namespaces in your Blade view to use the Notifications class.
All versions of notifications with dependencies
laravel/framework Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0