diviky/laravel-readme is a Laravel package for framework extension.
It currently has 0 GitHub stars and 7.161 downloads on Packagist (latest version v2.0.15).
Install it with composer require diviky/laravel-readme.
Discover more Laravel packages by diviky
or browse all Laravel packages to compare alternatives.
Last updated
php artisan vendor:publish --provider="Diviky\Readme\ReadmeServiceProvider" --tag="config"
Add to your route config
Route::group(['middleware' => ['web']], function () {
Route::get('docs/{version?}/{page?}', '\Diviky\Readme\Http\Controllers\Docs\Controller@index');
});
You can use the Laravel blade syntax inside markdown files to replace the variables and render conditions.
Variables wrapped between ## will be replaced with their corresponding values. ex: ##version## or ##domain##
The MIT License (MIT). Please see License File for more information.