Laravel 4 Facades
Sublime Text plugin that provides easy access to the Laravel 4 Facades
Details
Installs
- Total 24K
- Win 15K
- Mac 4K
- Linux 5K
Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 4 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Laravel 4 Facades for Sublime Text
This Sublime Text package offers easy access to the Laravel 4 facades.
If you ever find yourself digging through the Laravel 4 source code in search of the code that is behind a Facade, look no further! This plugin provides easy access to all the Laravel 4 Facades through the Sublime Text Command Palette. You can access it by pressing Ctrl + Shift + P
(Windows) or Cmd + Shift + P
(Mac) and typing 'Facade', and you will get a list of all the available Facades.
You can also select (or set the cursor within) the Facade in your code, and press Ctrl + Shift + F12
(Cmd + Shift + F12
on OSX) to open the underlying Facade class.
Note: Some of the Facades in this package are specific to Laravel 4.1, so they might not work for you
Installation
Package Control
Run Package Control: Install Package
command, find and install Laravel 4 Facades
.
Without Package Control (Not Recommended)
Clone this repository (or extract the downloaded ZIP file) to your Sublime Text packages folder. You can find your Packages folder by using the Preferences > Browse Packages...
menu in Sublime Text.
Updates
- v1.1.4 - Fixed invalid JSON in Main.sublime-menu (Thanks to Chris Magnussen). (November 11, 2013)
- v1.1.3 - Changed
Cache
andSession
driver to point toRepository
/Store
class instead of specific implementation. (November 8, 2013) - v1.1.2 - Changed
Manager
classes to the default implementation (Thanks to Bastian Hofmann for pointing this out). (November 8, 2013) - v1.1.1 - Added menu to
Preferences > Package Settings
to make customizing key bindings easier. - v1.1.0 - Open Facade class under the current cursor. (November 7, 2013)
- v1.0.0 - Initial version. (November 7, 2013)
Issues
Please let me know if you have any issues with this package, I would be glad to help out!