laravel-notifications:laravel 4.x 的通知包

时间:2024-07-21 03:54:45
【文件属性】:

文件名称:laravel-notifications:laravel 4.x 的通知包

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-21 03:54:45

PHP

Laravel 4.x 通知包 感谢 Jeffrey Way ( ) 安装 添加到您的 composer.json 以下几行 "require": { "ipunkt/laravel-notifications": "~2.*" } 将'Ipunkt\LaravelNotifications\NotificationsServiceProvider',添加到app/config/app.php providers 。 将'Flash' => 'Ipunkt\LaravelNotifications\NotificationsFacade',到app/config/app.php aliases 。 用法 在控制器操作中,使用以下语句来发出闪光通知: // flashing an info message Flash::message('Welcome'); // flashi


【文件预览】:
laravel-notifications-master
----.gitignore(51B)
----src()
--------lang()
--------views()
--------Ipunkt()
----.travis.yml(164B)
----LICENSE(1KB)
----composer.json(533B)
----README.md(2KB)
----phpunit.xml(569B)
----tests()
--------.gitkeep(0B)

网友评论