hotash/laravel-ignorable
最新稳定版本:v1.0.0
Composer 安装命令:
composer require hotash/laravel-ignorable
包简介
Ignorable package for Laravel.
README 文档
README
About Package
Note: This package will help you to ignore chained method calls as per your defined condition.
Installation
require hotash/laravel-ignorable
Usages
ignorable(new Foo(), $whenToIgnore) ->call()->your()->method() ->discard($whenToDiscard) // callable or bool ->call()->more()->method() ->ignore($whenToIgnore) // callable or bool ->conditional()->method()->call() ->discard($whenToDiscard) // callable or bool ->again()->call()->your()->method() ->dump()->value;
Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide is not available yet.
Code of Conduct
Description is PENDING.
Security Vulnerabilities
Description is PENDING.
License
The Ignorable package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-17