VSCode = Visual Studio Code 에서 사용할 수 있는 확장(Extension) 입니다.
Visual Studio Code 를 위한 라라벨 5 Snippets
링크 : https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel5-snippets
Usage
Snippet prefix follows Laravel Facades. For example: Request::
, Route::
Support Snippet Prefix
- Auth
- Broadcast
- Cache
- Config
- Console
- Cookie
- Crypt
- DB
- Event
- 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
'언어 > PHP' 카테고리의 다른 글
PHP Snippets - PHP 스니펫 (0) | 2019.01.11 |
---|---|
Composer - PHP Composer (0) | 2018.11.19 |
PHP DocBlocker - PHP DocBlocking 확장 (0) | 2018.09.23 |
PHP Intelephense - 고성능, 풍부한 PHP IntelliSense (0) | 2018.09.22 |
PHP IntelliSense - 고급 PHP IntelliSense (0) | 2018.09.22 |