codelint / laravel-tool
帮助在 Laravel 上进行开发的工具
1.1.2
2020-11-03 09:49 UTC
Requires
- laravel/framework: >5.8
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-09-30 01:23:36 UTC
README
帮助在 Laravel 上进行开发的工具(主要在数据库操作方面)
DBOperator 具有以下方法,详细请参考 tests/case/Codelint/Laravel/Database/DBOperatorTest.php
- findBy
- findById
- findByOne
- findByField
- exist
- insert
- upsert
- upsertById
- add
- updateById
- sum
- rows
- page
- orderBy
- groupBy
- leftJoinOn
- innerJoinOn
=== 元数据表 ===
- meta($iid, $key, $value = false)
- metadata($iid, $kvs)