diviky/laravel-readme
Framework extension
7,162
| Install | |
|---|---|
composer require diviky/laravel-readme |
|
| Latest Version: | v2.0.15 |
| PHP: | ^8.1 |
| License: | MIT |
| Last Updated: | Jul 23, 2026 |
| Links: | GitHub · Packagist |
Maintainer: sankar.suda
An extension to documentation generator
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');
});
Replace variables
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##
License
The MIT License (MIT). Please see License File for more information.
Related Packages
reg2005/laravel-email-database-log
A simple database logger for all outgoing emails sent by Laravel website.
955
2