codelint / laravel-tool by codelint

tool to help developing on laravel
127
2
2
Package Data
Maintainer Username: codelint
Maintainer Contact: codelint@foxmail.com (codelint)
Package Create Date: 2015-10-22
Package Last Update: 2023-02-02
Language: PHP
License: MIT
Last Refreshed: 2024-11-26 15:18:56
Package Statistics
Total Downloads: 127
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 1
Total Open Issues: 2

laravel-tool

tool to help developing on laravel (main on db operator)

DBOperator have method below, detail see the tests/case/Codelint/Laravel/Database/DBOperatorTest.php

  • findBy
  • findById
  • findByOne
  • findByField
  • exist
  • insert
  • upsert
  • upsertById
  • add
  • updateById
  • sum
  • rows
  • page
  • orderBy
  • groupBy
  • leftJoinOn
  • innerJoinOn

=== metadata table ===

  • meta($iid, $key, $value = false)
  • metadata($iid, $kvs)