Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bestmomo's avatar

Laravel routes

Hello the forum !

I made a little tool to facilitate the writing of the route file for Laravel. It's still in alpha version.

Hope it'll help...

0 likes
7 replies
bobbybouwmann's avatar

Looking fancy! I think it still needs some love on UX, but the idea is pretty cool!

Some thoughts I have while using it:

  • Would be cool if it would generate the Controllers as well with the methods (if they are configured)
  • It now generates the laravel output, but maybe the php artisan route:list output would give a good overview as well
  • Maybe some extra templates or helpers would be nice. Maybe some common examples that you can view or reuse

Anyway! Keep up the good work :D

jlrdw's avatar

Thanks @bestmomo I appreciate that, your Github examples, and the help you gave me in the past.

bestmomo's avatar

Thanks both for answers.

@bobbybouwmann

I am not very good with UX ;)

  • I planned to develop the tool with the generation of declared controllers.
  • For route:list as I use Javascript to generate I can't get the PHP intendance, I'll see that...
  • Extra templates would be nice ;)
bobbybouwmann's avatar

@bestmomo You don't have to use route:list, but maybe the same format to see what kind of routes you have created ;)

bestmomo's avatar

For information I added List command with V0.2

bestmomo's avatar

For information I added Controllers command with V0.3

Please or to participate in this conversation.