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.
2 parents 0ddd9c6 + e7e2722 commit 7d4e6f3Copy full SHA for 7d4e6f3
src/ApiDocGeneratorServiceProvider.php
@@ -22,7 +22,7 @@ public function boot()
22
], 'views');
23
24
$this->publishes([
25
- __DIR__.'/../config/apidoc.php' => config_path('apidoc.php'),
+ __DIR__.'/../config/apidoc.php' => app()->basePath().'/config/apidoc.php',
26
], 'config');
27
28
$this->mergeConfigFrom(__DIR__.'/../config/apidoc.php', 'apidoc');
0 commit comments