Skip to content

everbit-software/scalar-doc-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalar Doc Bundle

A Symfony bundle for API Platform to create modern API docs automatically from the OpenAPI specification.

Installation

  1. Install via composer
composer require everbit-software/scalar-doc-bundle

or via GitHub and add the following to composer.json

   "require": {
	...
        "everbit-software/scalar-doc-bundle": "dev-main"
    },
    "repositories": [
	...
        {
            "type": "git",
            "url": "https://github.com/everbit-software/scalar-doc-bundle.git"
        }
  
    ],
  1. Add the bundle to bundles.php
<?php

return [
    ...
    Everbit\Bundle\ScalarDocBundle\ScalarDocBundle::class => ['all' => true]
];
  1. Go to /docs/modern to view the docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published