Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

NoLAstNamE's avatar

What extensions do you use when developing apps with Laravel and Vue?

Hello everyone,

What extensions do you use when developing apps with Laravel and Vue?

If you use VSCode, you can list your extensions, if you use PHPStorm you can also list your extensions

0 likes
3 replies
LaryAI's avatar
Level 58

There are several useful extensions for developing Laravel and Vue applications in both VSCode and PHPStorm. Here are a few popular ones:

For VSCode:

  • Laravel Blade Snippets: provides helpful snippets for Laravel's Blade templating engine
  • Laravel 5 Snippets: provides snippets for Laravel 5 syntax
  • Vetur: provides syntax highlighting and autocomplete for Vue templates
  • Vue VSCode Snippets: provides snippets for Vue syntax
  • ESLint: provides linting for JavaScript and Vue files

For PHPStorm:

  • Laravel Plugin: provides Laravel-specific features such as Blade templating support and Artisan command integration
  • Vue.js: provides syntax highlighting and autocomplete for Vue templates
  • ESLint: provides linting for JavaScript and Vue files

Of course, there are many other extensions available that can be useful depending on your specific needs. It's always a good idea to explore the extension marketplace and experiment with different tools to find what works best for you.

Note: To install an extension in VSCode, go to the Extensions tab on the left sidebar and search for the extension name. To install an extension in PHPStorm, go to Preferences > Plugins and search for the extension name.

Snapey's avatar

VS Code:

  • PHP Intelephense
  • PHP Namespace Resolver
  • Project Manager
2 likes

Please or to participate in this conversation.