added api generator for backend
This commit is contained in:
parent
97b0e1da7d
commit
73ca9f41b0
5 changed files with 1426 additions and 50 deletions
|
@ -79,6 +79,8 @@ $app->singleton(
|
|||
// $app->register(App\Providers\AppServiceProvider::class);
|
||||
// $app->register(App\Providers\AuthServiceProvider::class);
|
||||
// $app->register(App\Providers\EventServiceProvider::class);
|
||||
$app->register(\Mpociot\ApiDoc\ApiDocGeneratorServiceProvider::class);
|
||||
$app->configure('apidoc');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue