ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Laravel 4 Facades

by stidges ALL

Sublime Text plugin that provides easy access to the Laravel 4 Facades

Details

  • 1.1.4
  • github.​com
  • github.​com
  • 11 years ago
  • 13 minutes ago
  • 11 years ago

Installs

  • Total 24K
  • Win 15K
  • Mac 4K
  • Linux 5K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1
Mac 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 0 0
Linux 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 1 0 0 0 0 0 0 0 0 0 2 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 and Session driver to point to Repository / 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!