Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite68cfea

Browse files
committed
docs: update usage section
1 parentd3dc668 commite68cfea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎README.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,19 @@ You’ll need an OpenAPI/Swagger document to render your API reference with Scal
3535
*[dedoc/scramble](https://github.com/dedoc/scramble)
3636
*[vyuldashev/laravel-openapi](https://github.com/vyuldashev/laravel-openapi)
3737

38-
Once done, you can pass it to Scalar:
38+
Once done, you can pass it to Scalar. Just make sure it’s a publicly accessible URL.
3939

4040
```php
4141
<?php
4242

4343
// config/scalar.php
4444

4545
return [
46+
// …
47+
4648
'url' => '/openapi.yaml',
49+
50+
// …
4751
]
4852
```
4953

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp