depsimon / laravel-notify
An easy way to flash notifications
dev-master / 1.0.x-dev
2016-10-30 14:27 UTC
Requires
- php: ~5.6|~7.0
- illuminate/session: ^5.3
- illuminate/support: ^5.3
- illuminate/view: ^5.3
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-12-22 23:25:26 UTC
README
This package provides an easy way to flash notifications using bootstrap-notify.
Install
Via Composer
$ composer require depsimon/laravel-notify
Usage
session()->flash('laravel-notify', ['message' => 'Profile updated!']);
Security
If you discover any security related issues, please email simon@webartisan.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.