0.0
Laravel 6
No commit activity in last 2 years
No release in over 2 years
a fast develop package
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

phpunit/phpunit
>=7.0

Runtime

 Project Readme

larfree

快速开发套件.

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:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. 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