All Projects → Wulfheart → pretty-routes

Wulfheart / pretty-routes

Licence: MIT License
Display your Laravel routes in the console, but make it pretty. 😎

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to pretty-routes

artisan-shortcuts
🍰 Register shortcuts to execute multiple artisan commands
Stars: ✭ 56 (-91.07%)
Mutual labels:  laravel-framework, artisan, artisan-command
laravel-migrate-check
An artisan command to check for pending migrations with proper exit code
Stars: ✭ 53 (-91.55%)
Mutual labels:  artisan, artisan-command
laravel-tinker
Adds a way to write php and run it directly in Laravels' Artisan Tinker.
Stars: ✭ 123 (-80.38%)
Mutual labels:  artisan, artisan-command
laravel-admin
Laravel Admin panel with theme , modules ,artisan commands and helper classess.Laravel admin boilerplate with theme and modules
Stars: ✭ 22 (-96.49%)
Mutual labels:  laravel-framework, artisan-command
laravel-api-example
💻 Build an API with Laravel 5
Stars: ✭ 47 (-92.5%)
Mutual labels:  laravel-framework, artisan
termgraph
terminal candle stick graph library
Stars: ✭ 62 (-90.11%)
Mutual labels:  console
laravel-crud-generator
Laravel CRUD Generator
Stars: ✭ 181 (-71.13%)
Mutual labels:  console
colored-cout
"colored cout" is a simple overloading of operator<< that allow you to print in console using 8 basic colors
Stars: ✭ 19 (-96.97%)
Mutual labels:  console
LaraSible
A complete ansible playbook for create a hosting envorinment with Nginx, PHP-FPM, Redis and MariaDB for Laravel Framework on Linux
Stars: ✭ 15 (-97.61%)
Mutual labels:  laravel-framework
ConEmuIntegration
Using the console emulator ConEmu within Visual Studio. This project integrates the console emulator ConEmu in Visual Studio.
Stars: ✭ 36 (-94.26%)
Mutual labels:  console
laravel-first-steps
Sample Laravel project which will help you create the first pipeline
Stars: ✭ 27 (-95.69%)
Mutual labels:  laravel-framework
artisan-beans
Easily manage your Beanstalkd job queues right from the Laravel artisan command
Stars: ✭ 41 (-93.46%)
Mutual labels:  artisan-command
PathFinding
C# project. Realized a visualization of the pathfinding algorithms using Console (2D version), Windows Forms (2D version) and WPF (2D and 3D versions)
Stars: ✭ 18 (-97.13%)
Mutual labels:  console
console4cats
💻 Effect-type agnostic Console I/O for Cats Effect (archived, use Cats Effect 3 instead)
Stars: ✭ 55 (-91.23%)
Mutual labels:  console
acquia cli
Provides a Robo console application to the Acquia CloudAPI for managing deployment tasks and environment configuration.
Stars: ✭ 30 (-95.22%)
Mutual labels:  console
sitemap
A simple sitemap generator for Laravel Framework.
Stars: ✭ 32 (-94.9%)
Mutual labels:  laravel-framework
magic-console
Interactive programming for Atom
Stars: ✭ 13 (-97.93%)
Mutual labels:  console
LinuxLikeConsole
Linux Like Console written in gdscript for Godot (Game Engine)
Stars: ✭ 26 (-95.85%)
Mutual labels:  console
csv
No description or website provided.
Stars: ✭ 47 (-92.5%)
Mutual labels:  laravel-framework
unist-util-inspect
utility to inspect nodes
Stars: ✭ 16 (-97.45%)
Mutual labels:  console

Pretty Routes for Laravel

Latest Version on Packagist Total Downloads

Display your Laravel routes in the console, but make it pretty. 😎

Note

With the arrival of Laravel 9 this package is going to be deprecated as the functionality will already be integrated in the framework as per this PR. Thanks for the support!

Installation

You can install the package via composer:

composer require wulfheart/pretty_routes

Usage

php artisan route:pretty

or

php artisan route:pretty --except-path=horizon --method=POST --reverse
php artisan route:pretty --only-path=app --method=POST --reverse
php artisan route:pretty --only-name=app --method=POST 
php artisan route:pretty --only-name=app --method=POST --group=path --reverse-group
php artisan route:pretty --only-name=app,horizon,debugbar --except-path=foo,bar --group=name --reverse

Advanced Example

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Feel free to open an issue or a PR. Discussions are disabled right now as there shouldn't be too much need for discussion and it can happen in the issues.

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].