Download the PHP package iblues/larfree without Composer
On this page you can find all versions of the php package iblues/larfree. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package larfree
larfree
快速开发套件.
Installing
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
All versions of larfree with dependencies
PHP Build Version
Package Version
Requires
phpunit/phpunit Version
^7.3
barryvdh/laravel-ide-helper Version ^2.5
intervention/image Version ^2.4
itsgoingd/clockwork Version ^3.0
ixudra/curl Version ^6.16
overtrue/laravel-lang Version ^3.0
overtrue/laravel-wechat Version ~5.0
predis/predis Version ^1.1
watson/rememberable Version ^4.0
zircote/swagger-php Version ^3.0
zgldh/qiniu-laravel-storage Version ^0.10.0
barryvdh/laravel-ide-helper Version ^2.5
intervention/image Version ^2.4
itsgoingd/clockwork Version ^3.0
ixudra/curl Version ^6.16
overtrue/laravel-lang Version ^3.0
overtrue/laravel-wechat Version ~5.0
predis/predis Version ^1.1
watson/rememberable Version ^4.0
zircote/swagger-php Version ^3.0
zgldh/qiniu-laravel-storage Version ^0.10.0
The package iblues/larfree contains the following files
Loading the files please wait ....