Say goodbye to the old Laravel route list and meet pretty routes 🔥

Say goodbye to the old Laravel route list and meet pretty routes 🔥

Hello artisans! 👋

Are you bored of Laravel’s standard output of the php artisan list command? 😴

Well, today you are going to see a more modern way of displaying our Laravel routes. 🎉

Wave goodbye 👋 to the boring php artisan list and welcome the cool, new way of seeing routes. Take your Laravel development to the next level. 📈

So let’s begin. 🚀

Installation of a package

Getting started with Laravel pretty routes is a walk in the park. Simply install the package via Composer:

composer require garygreen/prettyroutes

Usage

Now that we have Laravel pretty routes installed, let’s see it in action. All you have to do is run your server using php artisan serve and go to your URL/routes.

In my case, it is http://127.0.0.1:8000/routes.

Voila! 🎩

If you liked this tip, share your thoughts below! Let’s keep the conversation going! 💬

Happy coding! 🚀