Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>php-laravel-packNew to Visual Studio Code? Get it now.
php-laravel-pack

php-laravel-pack

franccesco

|
2,949 installs
| (0) | Free
just an another extension bundle
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PHP/LARAVEL & JS PACK

Before installing this pack, follow the next steps

  1. Open extension search or CTRL + SHIFT + P > Extensions: Install Extensions

  2. Search for @builtin php and disable PHP Language Features

  3. Open your settings as Json: CTRL + SHIFT + P > Preferences: Open Settings (json) and paste the following configs

"files.associations": { 
	"*.module": "php" 
},
"blade.format.enable": true,
"intelephense.diagnostics.undefinedTypes": false,
"[php]": {
    "editor.formatOnSave": false,
    "editor.formatOnPaste": true,
    "editor.formatOnType": true,
    "editor.tabSize": 4,
    "editor.defaultFormatter": "kokororin.vscode-phpfmt"
},
"[blade]": {
    "editor.autoClosingBrackets": "always",
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.formatOnType": true,
    "editor.tabSize": 4,
    "editor.defaultFormatter": "onecentlin.laravel-blade"
},
  1. Install this pack

This pack includes:

  1. phpfmt - PHP formatter
  2. PHP Intelephense
  3. PHP INtelliSense
  4. PHP Debug
  5. PHP DocBlocker
  6. Format HTML in PHP
  7. Laravel Bldade Snippets
  8. Laravel Extra Intellisense
  9. Laravel goto view
  10. Laravel Blade formatter
  11. Laravel Artisan
  12. Beautify css/sass/scss/less
  13. SCSS Everywhere
  14. IntelliSense for CSS class names in HTML
  15. Better Comments
  16. Prettier - Code formatter
  17. ESLint
  18. EditorConfig for VS Code
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft