Skip to content

Commit

Permalink
Updated scribe doco
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Dec 2, 2024
1 parent 0e04d11 commit d415804
Show file tree
Hide file tree
Showing 2 changed files with 835 additions and 832 deletions.
3 changes: 3 additions & 0 deletions config/scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,7 @@
],

'routeMatcher' => RouteMatcher::class,
// The base URL displayed in the docs. If this is empty, Scribe will use the value of config('app.url') at generation time.
// If you're using `laravel` type, you can set this to a dynamic string, like '{{ config("app.tenant_url") }}' to get a dynamic base URL.
'base_url' => null,
];
Loading

0 comments on commit d415804

Please sign in to comment.