iblues / larfree
Installs: 14 555
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 0
Forks: 1
Open Issues: 1
pkg:composer/iblues/larfree
Requires
- intervention/image: ^2.4
 - ixudra/curl: ^6.16
 - jacobcyl/ali-oss-storage: ^2.1
 - laravel/framework: ^6.0
 - maatwebsite/excel: ^3.1
 - overtrue/laravel-lang: ^3.0
 - overtrue/laravel-wechat: ~5.0
 - predis/predis: ^1.1
 - prettus/l5-repository: ^2.6
 - venturecraft/revisionable: 1.*
 - watson/rememberable: ^3.0
 - zgldh/qiniu-laravel-storage: ^0.10
 - zircote/swagger-php: ^3.0
 
Requires (Dev)
- phpunit/phpunit: >=7.0
 
- dev-master
 - v2.0.0
 - v1.3.0.2
 - v1.3.0.1
 - v1.3.0
 - v1.2.16
 - v1.2.15
 - v1.2.14
 - v1.2.13
 - v1.2.12
 - v1.2.11
 - v1.2.10
 - v1.2.9
 - v1.2.8
 - v1.2.7
 - 1.2.6.x-dev
 - v1.2.6
 - v1.2.5
 - v1.2.4
 - v1.2.3
 - v1.2.2
 - v1.2.1
 - v1.1.16
 - v1.1.15
 - v1.1.14
 - v1.1.13
 - v1.1.12
 - v1.1.11
 - v1.1.10
 - v1.1.9
 - v1.1.8
 - v1.1.7
 - v1.1.6
 - v1.1.5
 - v1.1.4
 - v1.1.3
 - v1.1.2
 - v1.1.1
 - v1.1.0
 - 1.0.x-dev
 - v1.0.21
 - v1.0.20
 - v1.0.19
 - v1.0.18
 - v1.0.17
 - v1.0.16
 - v1.0.15
 - v1.0.14
 - v1.0.13
 - v1.0.12
 - v1.0.11
 - v1.0.10
 - v1.0.9
 - v1.0.8
 - v1.0.7
 - v1.0.6
 - v1.0.5
 - v1.0.4
 - v1.0.3
 - v1.0.2
 - v1.0.1
 - v1.0.0
 - v0.0.13
 - v0.0.12
 - v0.0.11
 - v0.0.10
 - v0.0.9
 - v0.0.8
 - v0.0.7
 - 0.0.6
 - v0.0.5
 - v0.0.4
 - v0.0.3
 - v0.0.2
 - v0.0.1
 - dev-dev
 - dev-simpleService
 - dev-push
 - dev-gis
 
This package is auto-updated.
Last update: 2025-10-29 02:15:57 UTC
README
快速开发套件.
Installing
$ composer require iblues/larfree -vvv
Usage
TODO
中间件
'api' => [
    ...,
    \App\Http\Middleware\ApiFormat::class,
],
protected $routeMiddleware = [
    ...,
    'wechat.oauth' => \Overtrue\LaravelWeChat\Middleware\OAuthAuthenticate::class,
]
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
 - Answer questions or fix bugs on the issue tracker.
 - Contribute new features or update the wiki.
 
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT
LarfreeRepository 新增$advFieldSearch
$advFieldSearch=['*']
$advFieldSearch=['id','name']
$advFieldSearch=null
高级查询
name=$%123%
name=>|123,<123
name=>$123|<123     >123 or <123
name=$[1,2,3]
name=![1,2,3]          name not in [1,2,3] or id =1 
name=|[1,2,3]&id=|1    name in [1,2,3] or id =1 
    docker run -d -p 3000:3000 --name metabase metabase/metabase
or
    docker run  -p 3000:3000 \
    --cpus=1 \
    -e "MB_DB_TYPE=mysql" \
    -e "MB_DB_DBNAME=metabase" \
    -e "MB_DB_PORT=3306" \
    -e "MB_DB_USER=parrot_demo_54bl" \
    -e "MB_DB_PASS=MByXbdmn6kWs8xH5" \
    -e "MB_DB_HOST=rm-2ze5s9bc2ocin3k52ko.mysql.rds.aliyuncs.com" \
    --name metabase metabase/metabase