mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-11-10 03:11:19 +01:00
1.7 KiB
1.7 KiB
Laravel Snippets
Laravel snippets extension for Visual Studio Code (Support Laravel 5 and above version).
- Laravel 5.x-9.x
Screenshot
Usage
Snippet prefix follows Laravel Facades. For example: Request::, Route::
Support Snippet Prefix
- Auth
- Broadcast
- Cache
- Config
- Console
- Cookie
- Crypt
- DB
- Eloquent
- Event
- Form (Laravel Collective Form/Html needs to be installed and available as
bladesnippets) - Hash
- Helper
- Log
- Mail - Contains
Mail::andMailable::prefix for mail related settings - Passport (Laravel v5.3 - API Authentication)
- Redirect
- Relation
- Request
- Response
- Route
- Schema - Contains
Schema::andColumn::prefix for database related settings - Session
- Storage
- Str
- View
Blade - Please install
Laravel Blade Snippetsextension for blade syntax highlighting and better support with blade and emmet.
Contact
Please file any issues or have a suggestion please tweet me @onecentlin.
Credits
- Snippets based on Laravel 5 Snippets for Sublime Text
License
Please read License for more information.
