Laravel 5 Snippets
Laravel 5 Snippets for Sublime Text
Details
Installs
- Total 167K
- Win 108K
- Mac 26K
- Linux 33K
| 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 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 1 | 1 | 1 | 0 | 1 | 1 | 2 | 4 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 4 | 2 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 2 | 0 | 1 | 1 | 0 | 2 | 1 | 2 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 2 | 0 | 0 | 1 | 1 | 0 | 2 | 2 | 1 | 0 |
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.