Update: Since I've now switched to VS Code, there's a version for that too.
Wouldn't it be great if we could quickly access the exact Laravel documentation page you need right from your code editor? Now you can!
Often while developing I need to double check something from the documentation. Here's how I used to do it (the old, slow way)
laravel.com/docs
Now there's a better way! The Laravel Docs extension.
Simply install it via package control and you'll find many new entries in your command palette (Ctrl/Cmd + Shift + P
) for "Laravel Docs". Simply select the entry you'd like and hit enter. You'll then see the appropriate docs page open in your default browser.
Although doing this manually isn't really that bad, I often find myself distracted by other websites or social media before finally going to the docs page I was seeking (ten minutes later). Overall I felt that there was room for some automation in this process, so I made a new package to do so. Hope you find it useful! I'm also working on versions for VSCode and Atom which are coming soon.