i9w3b / alert-message
Laravel 的通知
v1.0.2
2020-07-11 12:24 UTC
Requires
- php: ^7.2.5
- illuminate/session: ^7.0
This package is auto-updated.
Last update: 2024-09-11 21:58:08 UTC
README
AlertMessage
Laravel 的通知
安装
您可以通过 composer 安装此包
composer require i9w3b/alert-message
用法
Blade
@jquery @toastr_css @toastr_js @alertmessage
控制器
// toastr sem título toastr()->warning('My name is Inigo Montoya. You killed my father, prepare to die!') // toastr com título toastr()->success('Have fun storming the castle!', 'Miracle Max Says') // toastr error com título toastr()->error('I do not think that word means what you think it means.', 'Inconceivable!') // Substitua as opções globais de configuração em 'config/alertmessage.php' toastr()->success('We do have the Kapua suite available.', 'Turtle Bay Resort', ['timeOut' => 5000])
配置
// config/alertmessage.php <?php return [ ];
要获取可用选项的列表,请参阅 toastr.js 的文档 文档。
变更日志
请参阅 CHANGELOG 获取最近更改的更多信息。
协作
请参阅 CONTRIBUTING 获取详细信息。
安全
如果您发现任何与安全相关的问题,请发送电子邮件至 marcelosenaonline@gmail.com
而不是使用问题跟踪器。
鸣谢
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件。