b4oshany
(Oshane Bailey)
1
- Laravel Snippets
- Laravel GoTo View
- Laravel Blade Formatter
- Laravel Intellisense
- Laravel GoTo Controller
Laravel Snippet
Laravel snippets
extension for Visual Studio Code (Support Laravel 5 and above version).
Support Snippet Prefix
- Auth
- Broadcast
- Cache
- Config
- Console
- Cookie
- Crypt
- DB
- Event
- Form (Laravel Collective Form/Html needs to be installed and available as
blade
snippets)
- 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
b4oshany
(Oshane Bailey)
3
b4oshany
(Oshane Bailey)
4
Laravel Extra Intellisense
better intellisense for laravel projects.
This extension provides Laravel routes, views and … autocomplete for VSCode.
Autocomplete
Route names and route parameters

Views and variables

Configs

Translations and translation parameters

Laravel mix function

Validation rules

View sections and stacks

Env

Route Middlewares

b4oshany
(Oshane Bailey)
5
laravel-goto-controller
Alt + click to navigate from a route to a respective controller file.
Credits to https://github.com/codingyu/laravel-goto-view
