ninjami/ninjadocs

Simple docs for Laravel

Installs: 135

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/ninjami/ninjadocs

v1.3 2021-05-27 09:09 UTC

This package is auto-updated.

Last update: 2025-09-14 17:29:26 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}