Laravel Route Preview
Easily preview your Laravel routes directly from Visual Studio Code in a beautiful table.

✨ Features
- 📋 List all Laravel routes with method, name, URI, controller, action, and middleware.
- 🔍 Search routes by name, URI, or action.
- 📊 Filter routes by specific HTTP methods (e.g., GET, POST). Your filter preferences are saved and remembered.
- ⚡ Runs
php artisan route:list --json in the background.
- 🧠 WebView interface – clean, responsive and fast.
🔧 Requirements
- A Laravel project open in your workspace.
- PHP installed and available in your PATH.
- Laravel >= 8.x (required for
route:list --json ).
▶️ Usage
- Open a Laravel project in VSCode.
- Press
Ctrl+Shift+P or Cmd+Shift+P on macOS.
- Run the command: Laravel: Preview Routes
- Filter routes or click on any URI to jump to the controller.
📦 Extension Settings
No specific settings required.
📄 License
MIT License © Ivan Mercedes
🙌 Contributions
Pull requests and feature suggestions are welcome! 🎉
| |