0

I have an app with really long list of routes. Is it possible to limit the output of the routes to show part on the screen and then by pressing enter seeing the rest of them. Kind of like if you would do less artisan routes?

Norgul
  • 4,008
  • 8
  • 40
  • 103
  • [Redirect Windows cmd stdout and stderr to a single file](https://stackoverflow.com/questions/1420965/redirect-windows-cmd-stdout-and-stderr-to-a-single-file). Use `php artisan routes > routes.txt 2>&1`, output will be saved into **routes.txt** – ljubadr Oct 24 '17 at 06:44
  • how many routes do you have, why do you need to paginate them ? – madalinivascu Oct 24 '17 at 06:44

0 Answers0