michael-rubel 加入时间:2021年9月13日
michael-rubel 的包
-
-
-
-
-
PHP
michael-rubel/laravel-formatters
此包是一系列您可以在 Laravel 应用程序中使用的类,用于标准化数据格式。它使用 Service Container 来轻松扩展或覆盖格式化类。
-
-
-
-
-
-
PHP
michael-rubel/laravel-auto-binder
此包通过扫描指定的项目文件夹,将接口绑定到实现中,从而增加了在 Service Container 中绑定接口的可能性。这有助于在项目需要将大量接口绑定到其实现时避免手动注册容器绑定。
已废弃!
-
PHP
michael-rubel/laravel-helpful-traits
默认情况下,它使您的 FormRequest 键通过 `$request->safe()` 方法检索,以防止检索未验证的输入值。
已废弃!请参阅 https://github.com/michael-rubel/laravel-safe-request
-
-
-
PHP
michael-rubel/laravel-safe-request
默认情况下,它使您的 FormRequest 键通过 `$request->safe()` 方法检索,以防止检索未验证的输入值。
已废弃!