96qbhy/lazy-curd

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v3.0) of this package.

懒人

v3.0 2019-12-04 03:41 UTC

This package is auto-updated.

Last update: 2022-02-23 11:29:34 UTC


README

支持快速创建增删改查方法和测试用例

安装 - install

  • composer 安装
$ composer require 96qbhy/lazy-curd

使用 - usage

$ php artisan lazy:make App\\Models\\Media

支持 namespace(默认 App\Http\Controllers) 和 excludes(需要排除的字段,默认 id,created_at,updated_at) 可选项

关于 - about

author: 96qbhy@gmail.com