ninjami / ninjadocs
Simple docs for Laravel
v1.3
2021-05-27 09:09 UTC
Requires
- erusev/parsedown: ^1.7
- illuminate/routing: ^5.0 || ^6.0 || ^7.0 || ^8.0
- illuminate/support: ^5.0 || ^6.0 || ^7.0 || ^8.0
This package is auto-updated.
Last update: 2025-03-14 16:29:33 UTC
README
Simple documentation drom markdown files for Laravel 5
1. Install with composer
composer require ninjami/ninjadocs
2. Create markdown file
Create a new .md markdown file in folder /resources/documentation
3. Add route
Add route to your web routes:
Route::get('documentation/{fileName}', '\Ninjami\Ninjadocs\NinjadocsController@show');
Go to http://app/documentation/{.md files filename}