/vim-laravel5-snippets

Primary LanguageVim SnippetMIT LicenseMIT

Laravel 5 Snippets for Vim

This repository contains Snipmate snippets for Laravel 5.

Supported Snippet Engines

Currently supports UltiSnips.

Installation

Use a package manager that supports github repositories.

Plug Example:
Add Plug 'zhenyangze/vim-laravel5-snippets' to your .vimrc

Support Snippet Prefix

  • Auth
  • Broadcast
  • Cache
  • Config
  • Console
  • Cookie
  • Crypt
  • DB
  • Event
  • Hash
  • Helper
  • Log
  • Mail - Contains Mail:: and Mailable:: prefix for mail related settings
  • Passport (Laravel v5.3 - API Authentication)
  • Redirect
  • Relation
  • Request
  • Response
  • Route
  • Schema - Contains Schema:: and Column:: prefix for database related settings
  • Session
  • Storage
  • Str
  • View