Go to file
候学杰 da4a1654cd init
2018-05-02 18:27:30 +08:00
src init 2018-05-02 18:27:30 +08:00
.gitignore init 2018-05-02 18:27:30 +08:00
composer.json init 2018-05-02 18:27:30 +08:00
composer.lock init 2018-05-02 18:27:30 +08:00
README.md init 2018-05-02 18:27:30 +08:00

Lumen 的sql记录组件

开启

if (env('APP_ENV') == 'local') {
        $app->register(Arch\EventServiceProvider::class);
}