Convert Laravel exported routes to HTML page
laravel-routes-html/1.0.0
Usage:
$ laravel-routes-html <routes>
Commands:
<routes> Routes file (JSON)
For more info, run any command with the `--help` flag:
$ laravel-routes-html --help
Options:
-O, --output <output> Output file (default: routes.html)
--title <title> Title (default: Routes)
-h, --help Display this message
-v, --version Display version number
At Laravel code, run:
php artisan route:list --json > routes.json
At this code, run:
laravel-routes-html routes.json