PHPackages                             iblues/larfree - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. iblues/larfree

ActiveLibrary

iblues/larfree
==============

v2.0.0(6y ago)514.6k1[1 issues](https://github.com/iblues/larfree/issues)1PHP

Since Sep 25Pushed 4y agoCompare

[ Source](https://github.com/iblues/larfree)[ Packagist](https://packagist.org/packages/iblues/larfree)[ RSS](/packages/iblues-larfree/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (14)Versions (79)Used By (1)

 larfree
=========

[](#-larfree-)

 快速开发套件.

Installing
----------

[](#installing)

```
$ composer require iblues/larfree -vvv
```

Usage
-----

[](#usage)

TODO

中间件

```
'api' => [
    ...,
    \App\Http\Middleware\ApiFormat::class,
],

protected $routeMiddleware = [
    ...,
    'wechat.oauth' => \Overtrue\LaravelWeChat\Middleware\OAuthAuthenticate::class,
]

```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/iblues/larfree/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/iblues/larfree/issues).
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
-------

[](#license)

MIT

LarfreeRepository 新增$advFieldSearch

```
$advFieldSearch=['*']
$advFieldSearch=['id','name']
$advFieldSearch=null

```

高级查询

```
name=$%123%
name=>|123,$123|123 or
