Easily access Laravel docs pages from within VSCode
To use this extension, simply use ⌘ + Shift + P
to open the command palette (Ctrl
on windows / linux) and search for "Laravel Docs" or the specific topic you're after. That's it!
To use a specific version of Laravel in URLs, use this configuration option:
"laravelDocs.version": 6.x
Note: After modifying the laravelDocs.version
configuration, you need to restart Visual Studio Code for the changes to take effect.
Added laravelDocs.version
configuration option to specify Laravel version.
Initial release -- Laravel 5.5 support