laravel-route-lister maintained by benahmetcelik
Description
Laravel Route Lister Simple And Fast No Required Private Setup
Author
Last update
2022/09/03 01:20
(dev-main)
License
Downloads
17
Tags
Laravel Route Lister
Installation
Add composer.json file :
"benahmetcelik/laravel-route-lister": "dev-main",
Run Command On Your Terminal
php artisan vendor:publish
After press 0 and enter
php artisan optimize
Easy to use
Only Install and usage :)
Change Colors
Config/routes.php
'theme'=>[
'theme1'=>[
'back'=>'#00000',
'text'=>'#fffff'
]
]
Change Theme
Config/route-lister.php
'active'=>'theme2'
This is simple. Isn't it?