TO get all registered list:
php artisan route:list
Create Controller:
php artisan make:controller PostsController
Controller with resource:
php artisan make:controller --resource PostsController
Get All the URI from the function resource
php artisan route:list