We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bff24 commit 2238df0Copy full SHA for 2238df0
src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php
@@ -20,6 +20,7 @@ public function boot()
20
21
$this->publishes([
22
__DIR__.'/../../resources/lang' => $this->resource_path('lang/vendor/apidoc'),
23
+ __DIR__.'/../../resources/views' => $this->resource_path('views/vendor/apidoc'),
24
]);
25
}
26
0 commit comments