diff --git a/README.md b/README.md index da2ec96..22d1c00 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ out awesome. - [JS Parameter Annotations](#js-parameter-annotations) - [Jumpy](#jumpy) - [Kanban](#kanban) + - [Laravel Traveller](#laravel-traveller) - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) - [ngrok for VSCode](#ngrok-for-vscode) @@ -764,6 +765,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s > Simple Kanban board for use in Visual Studio Code, with time tracking and Markdown support. +## [Laravel Traveller](https://marketplace.visualstudio.com/items?itemName=freshbitsweb.laravel-traveller) + +> Travel through your Laravel app by just clicking on links. + +![Laravel Traveller](https://raw.githubusercontent.com/freshbitsweb/laravel-traveller/master/images/open_latest_log_file.gif) + ## [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) > Launch a development local Server with live reload feature for static & dynamic pages.