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...
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
Thanks @bestmomo I appreciate that, your Github examples, and the help you gave me in the past.
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 ;)
@bestmomo You don't have to use route:list, but maybe the same format to see what kind of routes you have created ;)
For information I added List command with V0.2
For information I added Controllers command with V0.3
the design looks slick as well..
Please or to participate in this conversation.