This repository contains Snipmate snippets for Laravel 5.
Currently supports UltiSnips.
Use a package manager that supports github repositories.
Plug Example:
Add Plug 'zhenyangze/vim-laravel5-snippets'
to your .vimrc
- 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