laravel-api-response - 规范化和标准化 Laravel API 响应数据结构 laravel-api-response[https://github.c...
laravel-api-response - 规范化和标准化 Laravel API 响应数据结构 laravel-api-response[https://github.c...
laravel 中实现注解注入 创建注解类 引导解析注解 配置解析范围(可选) config/services.php 使用 示例 输出 与依赖注入比较 功能注解注入依赖注入...
guanguans/notify[https://github.com/guanguans/notify] - 多平台便捷推送通知 SDK(Bark、Chanify、Ding...
最近在迁移一个上古项目到 laravel 中。我这边的做法是先用 rector[https://github.com/rectorphp/rector] 做一个整体初步的语法...
ai-commit[https://github.com/guanguans/ai-commit] - 让 AI 为你自动生成 conventional[https://w...
PHP-Parser[https://github.com/nikic/PHP-Parser] 是由 nikic 开发的一个 PHP 抽象语法树(AST)解析器,可方便的将代...
最近觉得 http_build_query[https://www.php.net/manual/zh/function.http-build-query.php] 函数的功...
SQL 查询中有一种 in 多列特殊查询类型,大概是这个样子 select * from order where (id,buyer) in(( 1, '张三' ),( 2,...
laravel-soar[https://github.com/guanguans/laravel-soar] - 自动监控输出 SQL 优化建议、辅助 laravel 应用...
需求 最近由于业务功能的需求,需要根据数据库记录的请求路径(如admin/auth/menu/46/edit)、请求方法(如GET)去匹配路由实例,拿到路由实例后续做一些其他...
laravel-exception-notify[https://github.com/guanguans/laravel-exception-notify] - 支持多种通...
guanguans/laravel-dump-sql[https://github.com/guanguans/laravel-dump-sql] - 在 laravel 中...
PHP 字符串中直接解析函数的写法 PHP 中的字符串理论上是不能够解析函数的,仅能够解析变量。最近发现一种特殊的写法,是可以让字符串直接解析函数的。 写法 个人认为这种写法...
guanguans/dcat-login-captcha[https://github.com/guanguans/dcat-login-captcha] - dcat ad...
laravel-exception-notify[https://github.com/guanguans/laravel-exception-notify] - 支持多种通...
laravel-soar[https://github.com/guanguans/laravel-soar] - 在 Laravel 应用程序中轻松容易的优化 sql 语句...
yii-log-target[https://github.com/guanguans/yii-log-target] - 监控系统异常且多渠道发送异常信息通知(Bark、C...
测试代码 测试示例 测试结果 参考链接 https://www.php.net/manual/zh/language.types.callable.php[https://w...
guanguans/notify[https://github.com/guanguans/notify] - 多平台通知sdk(Bark、Chanify、钉钉群机器人、飞书...
示例类 选项通过校验 选项未通过校验 总结 个人觉得可使用该 symfony/options-resolver[https://github.com/symfony/opti...