JPS Router is Laravel Custom Route By Jalameta
composer require jalameta/jps-router
you can download it here.
Warning if you want to generate laravel auth you should do before this command below
php artisan jps:routes --install --remove
note: {{ --remove }} it will removed all laravel default route.
php artisan jps:routes --help
php artisan make:route {{ route name }}
php artisan make:route {{ route name }} {{ --controller }}
php artisan make:route {{ route name }} {{ --inject (web/api) }}
php artisan make:route --help
php artisan jps:routes