mdebuf / laravel-docsify
Add Docsify to Laravel
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 3
Open Issues: 2
pkg:composer/mdebuf/laravel-docsify
Requires
- php: >=7.1.0
Requires (Dev)
- orchestra/testbench: ~3.7
This package is not auto-updated.
Last update: 2024-02-24 23:20:54 UTC
README
This package provides an easy way to add documentation to your project using docsify.
Installation
You can install the package via Composer:
composer require mdebuf/laravel-docsify
The package will automatically register itself.
Optionally, publish its config file to config/docsify.php:
php artisan vendor:publish --provider="Mdebuf\Docsify\DocsifyServiceProvider"
Documentation
Add your markdown documentation files in the docs/ folder and goto the /docs route to view your documentation. You can change the route in the config file.