Download the PHP package robertseghedi/laravel-notification-system without Composer
On this page you can find all versions of the php package robertseghedi/laravel-notification-system. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download robertseghedi/laravel-notification-system
More information about robertseghedi/laravel-notification-system
Files in robertseghedi/laravel-notification-system
Download robertseghedi/laravel-notification-system
More information about robertseghedi/laravel-notification-system
Files in robertseghedi/laravel-notification-system
Vendor robertseghedi
Package laravel-notification-system
Short Description One of the most practical Laravel plugins for user-notifing
License MIT
Package laravel-notification-system
Short Description One of the most practical Laravel plugins for user-notifing
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-notification-system
Laravel Notification System
One of the most practical user-notification open-source systems.
This is a fresh Laravel plugin which shows you an easier way to send encrypted notifications to your users.
Instalation
First, you have to install the package using composer in your project root folder:
Then, you have to add the provider to your like that:
Run the migrate command in order to add the notifications table
Information
Command name | What it does |
---|---|
LNS::notify($user, $string) | Sends the string to the mentioned user |
LNS::notifications($user, $results = 'all' or number) | Fetches the mentioned user's notifications based on the criteria |
LNS::delete($id) | Deletes the mentioned notification |
LNS::read_all($user) | Changes all the user's notifications status to 1 |
LNS::read_notification($id) | Changes the mentioned notification status to 1 |
LNS::change_notification_user($id, $new_user) | Changes the notification's ownership to the mentioned user |
LNS::delete_all($user) | Deletes all the user's notifications |
Usage
Now you can start using the package.
1. Include it in your controller
2. Start using the tools
3. Send notifications to your users
Follow this package for future updates
All versions of laravel-notification-system with dependencies
PHP Build Version
Package Version
No informations.
The package robertseghedi/laravel-notification-system contains the following files
Loading the files please wait ....