depsimon / laravel-notify
轻松实现消息闪现的方案
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-09-22 22:42:53 UTC
README
此包提供了一种使用 bootstrap-notify 轻松实现消息闪现的方法。
安装
通过 Composer
$ composer require depsimon/laravel-notify
用法
session()->flash('laravel-notify', ['message' => 'Profile updated!']);
安全
如果您发现任何与安全相关的问题,请发送电子邮件至 simon@webartisan.be,而不是使用问题跟踪器。
致谢
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件。