crazyinventor/laflash
Composer 安装命令:
composer require crazyinventor/laflash
包简介
Laravel flash message package"
README 文档
README
Flash message package for Laravel with customizable message groups (levels).
Installation
Run 'composer require crazyinventor/laflash' or modify your composer.json:
{
"require": {
"crazyinventor/laflash": "*"
}
}
Configuration
Laravel 5.0
In /config/app.php, add the following to providers:
'CrazyInventor\LaFlash\FlashServiceProvider',
and the following to aliases:
'Flash' => 'CrazyInventor\LaFlash\FlashFacade',
Laravel 5.1 and newer
In /config/app.php, add the following to providers:
CrazyInventor\LaFlash\FlashServiceProvider::class,
and the following to aliases:
'Flash' => CrazyInventor\LaFlash\FlashFacade::class,
Configuration file
Publish the flash configuration file by running the following command from a shell inside your Laravel's installation directory:
php artisan vendor:publish
This will create the file config/flash.php in your Laravel's installation directory. You can customize the levels you would like to use.
Usage
Flash::hasMessages($level = false)
Check if there are available messages. If you define a level, only messages for that level will be considered.
Flash::getMessages($level = false)
Get all available messages. If you define a level, only messages for that level will be returned.
Flash::getLevels()
Get all available levels you can log to.
Flash::LEVEL
Store a message for the given leven.
crazyinventor/laflash 适用场景与选型建议
crazyinventor/laflash 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 99 次下载、GitHub Stars 达 0, 最近一次更新时间为 2016 年 11 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 crazyinventor/laflash 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 crazyinventor/laflash 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 99
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-11-02