Skip to content

Commit

Permalink
#1 add api support
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Aug 7, 2024
1 parent f1ddb88 commit be8c576
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Console/Commands/stubs/Provider.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ class {{NAME}}ServiceProvider extends ServiceProvider
$this->mergeConfigFrom(
dirname(__DIR__) . '/Config/{{NAME}}.php', '{{NAME}}'
);

// api docs
$this->mergeConfigFrom(
dirname(__DIR__) . '/Config/l5-swagger.php', 'l5-swagger.documentations'
);

}

Expand Down

0 comments on commit be8c576

Please sign in to comment.