mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
4.2 KiB
4.2 KiB
1.15.0
- Add
Eloquent-getter
andEloquent-setter
snippets (@fabrola22 - PR #36) - Fix snippets
1.14.0
Laravel 9.x new features
- Add
Eloquent-attribute
for eloquent accessors / mutators - Add
Rotue-controller-group
for controller route groups - Add
Route-get-scopeBindings
andRoute-group-scopeBindings
for forcing scoping of route bindings
1.13.0
- Fix
Route::resource
syntax issue (#33)
1.12.0
- Add
Route-get-name
,Route-post-name
for naming routes - Add
Route::current
,Route::currentRouteName
- Update
Route-controllerAction
with naming route - Replace log message with double-quotes (@MartinP7r - PR #32)
1.11.0
- Add relation return type (@samir-araujo - PR #27)
- Route & Relation compatible with Laravel 8 (@MrEduar - PR #30)
1.10.0
1.9.0
- Sync
Str
api to Laravel v7.x - Add
Str::after
,Str::afterLast
,Str::ascii
(@gentritabazi01 - PR #22)
1.8.0
- Add
Str::plural
andStr::limit
(@wdog - PR #19) - Fix syntax error View ::makeCompact (#17)
- Add
Route::dispatch
andRoute::dispatchToRoute
(#12) - Rename VS Code extension name to
Laravel Snippets
in order to support for Laravel 5 and above version.
1.7.0
1.6.0
- Added snippets for laravel collective form and html (@mnshankar - PR #10)
- Changed increments to bigIncrements (@sidvanvliet - PR #15)
1.5.0
Support new snippets for Laravel 5.6
- Add
Str::uuid
andStr::orderedUuid
- Add
Broadcast::channel
Support new snippets for Laravel 5.5
- Add
Route::redirect
- Add
Route::view
- Add
Cache::lock
withget
,release
,block
1.4.0
1.3.4
1.3.3
- Added
Blueprint
type check to table update snippet. (@thelfensdrfer - PR #3)
1.3.2
- Add
$table->timestamps();
as defualt fields while creating table schema. (#2) - Fix snippets stop position.
1.3.1
- Add missing support in DB:
DB::table
(#1)
1.3.0
- Support new snippets for Laravel 5.3 API Authentication (Passport)
- Add missing support in Authentication:
Auth::guard
,Auth::attempt
,Auth::login
,Auth::loginUsingId
,Auth::viaRemember
,Auth::routes