为 Laravel 定制的 RFPL 包
github.com/saqijaan/Rfpl-Laravel
源代码
问题
安装: 13
依赖者: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 0
开放问题: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT 62752d1808990da7f049700e66c43bc7a3724144
This package is auto-updated.
Last update: 2024-09-29 05:35:55 UTC
响应先处理后包,适用于 Laravel
#使用方法
$rfpl = new RfplLaravel\CacheService; try { $rfpl->handle(); } catch (\Exception $th) { //throw $th; }
$rfpl = new RfplLaravel\CacheService([ 'test', 'abx\*', '*\abc', 'xyz\lmn' ]); try { $rfpl->handle(); } catch (\Exception $th) { //throw $th; }