Laravel 5 Snippets
Laravel 5 Snippets for Sublime Text
Details
Installs
- Total 139K
- Win 88K
- OS X 23K
- Linux 28K
Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 38 | 33 | 34 | 21 | 29 | 39 | 47 | 45 | 43 | 57 | 32 | 39 | 43 | 39 | 46 | 56 | 38 | 33 | 33 | 36 | 47 | 41 | 45 | 40 | 34 | 39 | 35 | 50 | 50 | 45 | 40 | 32 | 42 | 47 | 43 | 46 | 53 | 39 | 34 | 33 | 35 | 37 | 46 | 40 | 38 | 27 |
OS X | 8 | 9 | 13 | 5 | 4 | 9 | 4 | 8 | 8 | 8 | 6 | 4 | 7 | 6 | 5 | 7 | 4 | 2 | 7 | 12 | 6 | 8 | 6 | 10 | 9 | 5 | 10 | 6 | 14 | 7 | 6 | 5 | 6 | 4 | 8 | 7 | 14 | 5 | 6 | 8 | 3 | 5 | 5 | 9 | 5 | 8 |
Linux | 10 | 17 | 10 | 6 | 10 | 10 | 8 | 9 | 12 | 15 | 7 | 8 | 10 | 9 | 15 | 10 | 16 | 8 | 9 | 11 | 12 | 15 | 14 | 15 | 9 | 6 | 9 | 15 | 13 | 4 | 8 | 9 | 5 | 12 | 11 | 7 | 16 | 12 | 12 | 8 | 13 | 12 | 6 | 10 | 10 | 12 |
Readme
- Source
- raw.githubusercontent.com
Laravel 5 Snippets for Sublime Text
Installation
With the Package Control plugin : The easiest way to install Laravel 5 Snippets is through Package Control, which can be found at http://wbond.net/sublime_packages/package_control.
Using Package Manager, search for "Laravel 5 Snippets"
Without Git : Download the latest source from GitHub and copy the “Laravel 5 Sippets” folder to your Sublime Text “Packages” directory.
With Git : Clone the repository in your Sublime Text “Packages” directory:
git clone https://github.com/Lykegenes/laravel-5-snippets.git "Laravel 5 Snippets"
Usage
The included snippets are organized in categories following Laravel's Facades and their documentation; such as Auth::
, Config::
and Session::
.
This way, you can quickly search for what you'd like to accomplish thanks to Sublime Text fuzzy search.
All the snippets in this package follow the following naming convention : {category}::{function name}
. For example : Auth::check
will produce this snippet in your code : Auth::check()
.
Included snippets
Here are the available snippet categories and prefixes :
Prefix | Notes |
---|---|
Auth | |
Blade | The Laravel Blade Highlighter package is required to enable Snippets autocomplete in Blade files. |
Cache | |
Config | |
Console | |
Cookie | |
Crypt | |
DB | To create raw database queries and transactions. |
Event | |
Hash | |
Helper | Contains sub-categories : Helper::array , Helper::misc , Helper::path , Helper::strings , and Helper::url ; just like in Laravel's documentation. |
Input | |
Log | |
Redirect | |
Relation | To create model relationships. |
Response | |
Route | |
Schema | Contains two sub-categories : Schema:: for snippets related to the database table itself; and Column:: for snippets related to the columns. |
Session | |
Storage | |
View |
Credits
License
The MIT License (MIT). Please see License File for more information.