westhack/laravel-swagger

Laravel swagger ui

v1.0.2 2019-04-03 01:14 UTC

This package is auto-updated.

Last update: 2024-04-29 04:00:13 UTC


README

About

This is the Swagger 3.0 ui

Requirements

Installation

  1. From your projects root folder in terminal run:
    composer require rachidlaasri/laravel-installer
  1. Register the package
  • Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php file.

  • Laravel 5.4 and below Register the package with laravel in config/app.php under providers with the following:

	'providers' => [
	    \Westhack\LaravelSwagger\Providers\SwaggerServiceProvider::class,
	];
  1. Publish the packages views, config file, assets files by running the following from your projects root folder:
    php artisan vendor:publish --provider="Westhack\LaravelSwagger\Providers\SwaggerServiceProvider"

Routes

  • /swagger
  • /api/swagger

License

MIT license