Download the PHP package ninjami/ninjadocs without Composer
On this page you can find all versions of the php package ninjami/ninjadocs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ninjadocs
Ninjadocs
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}
All versions of ninjadocs with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^5.0 || ^6.0 || ^7.0 || ^8.0
illuminate/routing Version ^5.0 || ^6.0 || ^7.0 || ^8.0
erusev/parsedown Version ^1.7
illuminate/routing Version ^5.0 || ^6.0 || ^7.0 || ^8.0
erusev/parsedown Version ^1.7
The package ninjami/ninjadocs contains the following files
Loading the files please wait ....