https://github.com/mdebuf/laravel-docsify
Add documentation to your laravel project with docsify
https://github.com/mdebuf/laravel-docsify
docsify laravel
Last synced: about 1 month ago
JSON representation
Add documentation to your laravel project with docsify
- Host: GitHub
- URL: https://github.com/mdebuf/laravel-docsify
- Owner: mdebuf
- Created: 2019-08-24T16:38:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T18:03:59.000Z (over 4 years ago)
- Last Synced: 2025-08-13T21:35:44.904Z (6 months ago)
- Topics: docsify, laravel
- Language: PHP
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-docsify
This package provides an easy way to add documentation to your project using docsify.
## Installation
You can install the package via Composer:
```bash
composer require mdebuf/laravel-docsify
```
The package will automatically register itself.
Optionally, publish its config file to config/docsify.php:
```bash
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.