seguce92/alerts
Composer 安装命令:
composer require seguce92/alerts
包简介
Alert pNotify plugin, flash alerts integrated in Laravel.
README 文档
README
Alerts is a package for show alerts with pNotify jQuery plugin Bootstrap.
Alerts requires PHP >= 5.3, laravel 5.3.|5.4.|5.5.|5.6.|5.8.*
Installation
You can install the package for your Laravel 5 project through Composer.
$ composer require seguce92/alerts
Register the service provider in app/config/app.php.
'Seguce92\Alerts\AlertsServiceProvider',
Add the alias to the list of aliases in app/config/app.php.
'Alerts' => 'Seguce92\Alerts\Facades\Alert',
Then run a few commands in the terminal:
$ php artisan vendor:publish
Configuration
Set icon to true to use the default icon for the selected style/type, false for no icon, or a string for your own icon class.
'icon' => true,
What styling classes to use. (Can be either "brighttheme", "jqueryui", "bootstrap2", "bootstrap3", "fontawesome", or a custom style object. See the source in the end of pnotify.js for the properties in a style object.)
'styling' => 'bootstrap3',
Delay in milliseconds before the notice is removed.
'delay' => '8000',
Whether to escape the content of the text. (Not allow HTML.)
'text_escape' => false,
Display a drop shadow.
'shadow' => false,
Opacity of the notice.
'opacity' => 1,
notification type [desktop, normal]
'desktop' => false
Basic Usage
Controllers.php or routes/web.php
Alert::info('description')->flash(); Alert::success('description')->flash(); Alert::warning('description')->flash(); Alert::error('description')->flash();
View.php
add function before of section script
- bootstrap.min.css or font-awesome.min.css
- jquery.min.js
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
{!! Alerts::all() !!}
seguce92/alerts 适用场景与选型建议
seguce92/alerts 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 358 次下载、GitHub Stars 达 1, 最近一次更新时间为 2016 年 09 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「bootstrap」 「laravel」 「flash message」 「pnotify」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 seguce92/alerts 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 seguce92/alerts 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 seguce92/alerts 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Views for the package MedicOneSystems Livewire Datatables with Bootstrap 4
Notification component for storing and retrieving flash data.
bootstrap select field module implementing http://silviomoreto.github.io/bootstrap-select/
Shim repository for WebcamJS
A modern take on PHP session-based flash messages
A Laravel package made for displaying flashes messages in a conveniant way
统计信息
- 总下载量: 358
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-05