https://github.com/07rinat07/swagger-laravel-rest-api
The Complete Laravel Swagger Course. REST API
https://github.com/07rinat07/swagger-laravel-rest-api
laravel-framework mysql-database postman swagger-api
Last synced: 3 months ago
JSON representation
The Complete Laravel Swagger Course. REST API
- Host: GitHub
- URL: https://github.com/07rinat07/swagger-laravel-rest-api
- Owner: 07Rinat07
- Created: 2023-08-05T21:07:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T08:16:08.000Z (almost 3 years ago)
- Last Synced: 2025-06-11T20:53:10.394Z (about 1 year ago)
- Topics: laravel-framework, mysql-database, postman, swagger-api
- Language: PHP
- Homepage: https://youtu.be/E_pkNUYmpb0
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/DarkaOnLine/L5-Swagger
https://editor-next.swagger.io/ (OpenAPI and Swagger Editor. This option is also practical)
### Project written on Laravel: Instructions and additional information for installing and testing the application:
* composer install or composer update
* Create a DB (in the .env file and the database, enter the correct data for configuration)
* php artisan migrate
### To run the project locally, you need to type commands in the terminal in turn ==>
* php artisan serve
* l5-swagger:generate (for Regenerate docs)
* https://jwt-auth.readthedocs.io/en/develop/ (for install JWT)