Skip to content

mdcass/route-doc

Repository files navigation

Route Doc

A route-based documentation viewer for Laravel based on class phpdocs for local development.

Motivation

Documentation generators can often become time consuming to maintain where generation is required after each change. I wanted the ability to maintain documentation in phpdocs as any developer does autonomously and have that presented in a semantic and searchable way for other developers to explore codebases more efficiently.

Installation

You can install the package via composer:

composer require mdcass/route-doc

You can optionally publish the config file with

php artisan vendor:publish --provider="Mdcass\RouteDoc\Providers\ServiceProdiver" --tag="config"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published