Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Laravel Route PreviewNew to Visual Studio Code? Get it now.
Laravel Route Preview

Laravel Route Preview

Ivan Mercedes

|
22 installs
| (1) | Free
Preview Laravel routes in a table format from VSCode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Laravel Route Preview

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

Laravel Route Preview Screenshot


✨ 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

  1. Open a Laravel project in VSCode.
  2. Press Ctrl+Shift+P or Cmd+Shift+P on macOS.
  3. Run the command: Laravel: Preview Routes
  4. 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! 🎉

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft