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

Scalar OpenAPI References in Laravel

License

NotificationsYou must be signed in to change notification settings

scalar/laravel

Repository files navigation

Latest Version on PackagistGitHub Tests Action StatusGitHub Code Style Action StatusTotal Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us

We invest a lot of resources into creatingbest in class open source packages. You can support us bybuying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address onour contact page. We publish all received postcards onour virtual postcard wall.

Installation

You can install the package via composer:

composer require scalar/laravel

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-scalar-migrations"php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="laravel-scalar-config"

This is the contents of the published config file:

return [];

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravel-scalar-views"

Usage

$scalar =newScalar\Scalar();echo$scalar->echoPhrase('Hello, Scalar!');

Testing

composertest

Changelog

Please seeCHANGELOG for more information on what has changed recently.

Contributing

Please seeCONTRIBUTING for details.

Security Vulnerabilities

Please reviewour security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please seeLicense File for more information.


[8]ページ先頭

©2009-2025 Movatter.jp