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

A simple project with Laravel 11, which is a management panel along with a simple blog web service with CRUD operations.

License

Notifications You must be signed in to change notification settings

BaseMax/laravel-11-docs-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

68 Commits

Repository files navigation

laravel-11-docs-swagger

In this repository, we discuss an example of using swagger in Laravel 11. This zippository is a simple project with Laravel 11, which is a management panel along with a simple blog web service with CRUD operations.

See example

You can see an example of the use of anodes in /example/*

Installtion example

First enter the following directory

example/laravel-admin-blog-api1

Then install dependencies using Composer

$ composer install

If necessary, you can upgrade the dependencies

$ composer upgrade

Do the initial configurations of the project create .env file from .env.example

Then run the following command

$ php artisan key:generate

Then configure the database in .env file and create tables and database

$ php artisan migrate

Run the local server with the following command

$ php artisan serve

Use the following command to update the Swagger document

php artisan l5-swagger:genaret

Use the following command to update the Scibe document

php artisan scribe:genaret

About

A simple project with Laravel 11, which is a management panel along with a simple blog web service with CRUD operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /