Essential Plugins for PHPStorm Users

Last updated on by

Essential Plugins for PHPStorm Users image

We've curated a collection of essential plugins for PhpStorm that we think you’ll enjoy. From our favorite theme to Laravel-specific tools to supercharge your PHP development and a free AI-powered autocomplete/chat plugin that feels like magic.

Nord Theme

Nord (JetBrains Marketplace) is an arctic, north-bluish, clean, and elegant JetBrains IDE UI and editor color theme. Designed for a fluent and clear workflow based on the Nord color palette.

Nord theme for PhpStorm
The Nord theme for PhpStorm

Laravel Idea

The Laravel Idea plugin is an Efficient Laravel Development Environment for PhpStorm. This premium plugin (~$4.90 USD/mo) adds amazing productivity features to Laravel applications:

  • Autocompletion for routes: Laravel Idea provides intelligent autocompletion for routes, making it faster and easier to work with routes in your Laravel projects.
  • Eloquent models support: Enjoy enhanced support for Eloquent models, including autocompletion, navigation, and code generation, to boost your productivity.
  • Validation rule support: Laravel Idea offers comprehensive autocompletion for validation rules, ensuring accurate and efficient validation code.
  • Advanced code generation: The plugin streamlines your workflow by providing code generation capabilities, helping you write code more quickly and efficiently.
  • Focus on what matters: By automating routine and repetitive tasks, Laravel Idea allows you to concentrate on the work that truly matters, saving you time and effort.
Eloquent autocomplete in action using the Laravel Idea plugin
Eloquent autocomplete in action using the Laravel Idea plugin

Check out laravel-idea.com to get started!

The author of Laravel Idea also created the following plugin we’ll cover, .env files support, which makes working with .env values in your PHP code a breeze.

.env Files Support

The .env files support (JetBrains Marketplace) plugin gives you variable auto-completion, which is very useful when you need to wire up a .env value to a Laravel configuration value. It also supports the following features:

  • Environment variables completion based on .env, Dockerfile and docker-compose.yml files.
  • Go to declaration(in .env file) and usages(in code), by Ctrl(Cmd)+click or hot key(Ctrl(Cmd)-B, etc.)
  • .env file syntax highlighter
.env files support auto-complete
`.env` files support auto-complete

EditorConfig (bundled)

EditorConfig makes coding styles consistent for multiple developers working on the same project across various IDEs and editors. This bundled plugin should be enabled by default, but make sure your project has a .editorconfig file to take advantage of these features. Laravel projects ship with an .editorconfig file, and you can see that through this bundled plugin, you can easily navigate and configure code style for each file type and see what styles extend others at a glance:

Viewing the .editorconfig file in PhpStorm
Viewing the `.editorconfig` file in PhpStorm

Collector - A Collection Plugin

Collector (JetBrains Marketplace) adds support for Laravel collections, including a bunch of useful refactorings for making collections better. It can also convert normal PHP statements like foreach and array_map into collections.

Refactor array_map to collection
Refactor `array_map` to collection

Codeium: AI Autocomplete and Chat

Codeium is a free AI Code Completion and Chat tool that is comparable to GitHub copilot. It offers autocomplete and is available for a number of editors, including PHPStorm. You can grab this plugin for PHPstorm on the JetBrains marketplace.

Codeium autocomplete suggestions
Codeium: AI Autocomplete and Chat

IntelliVue

The IntelliVue (JetBrains Marketplace) plugin for IntelliJ provides analysis, actions, and utilities for Vue Single File Components. This plugin adds additional functionality on top of the standard Vue plugin. Full undo-redo support is enabled, so you are assured that your important code will not get corrupted by unexpected operations. Actions and Intentions are added to create and navigate from references to implementation. When creating a new Vue component option, a dialog is displayed.

I like how I can easily implement the JavaScript needed for variables in the template using the “Create Vue Implementation” action:

Intellivue Create Vue Implementation action
Intellivue Create Vue Implementation action

That’s a wrap on our essential plugins for PhpStorm users. I hope you've found something useful to make your development with PhpStorm better! We can't share every single extension, so let us know your favorite PhpStorm plugin or theme we didn't share!

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in:
Cube

Laravel Newsletter

Join 40k+ other developers and never miss out on new tips, tutorials, and more.

image
CodeRabbit

CodeRabbit is an AI-powered code review tool that specializes in PHP and Laravel, running PHPStan and offering automated PR analysis, security checks, and more

Visit CodeRabbit
Curotec logo

Curotec

World class Laravel experts with GenAI dev skills. LATAM-based, embedded engineers that ship fast, communicate clearly, and elevate your product. No bloat, no BS.

Curotec
Bacancy logo

Bacancy

Supercharge your project with a seasoned Laravel developer with 4-6 years of experience for just $2500/month. Get 160 hours of dedicated expertise & a risk-free 15-day trial. Schedule a call now!

Bacancy
Laravel Forge logo

Laravel Forge

Easily create and manage your servers and deploy your Laravel applications in seconds.

Laravel Forge
Tinkerwell logo

Tinkerwell

The must-have code runner for Laravel developers. Tinker with AI, autocompletion and instant feedback on local and production environments.

Tinkerwell
Cut PHP Code Review Time & Bugs into Half with CodeRabbit logo

Cut PHP Code Review Time & Bugs into Half with CodeRabbit

CodeRabbit is an AI-powered code review tool that specializes in PHP and Laravel, running PHPStan and offering automated PR analysis, security checks, and custom review features while remaining free for open-source projects.

Cut PHP Code Review Time & Bugs into Half with CodeRabbit
Join the Mastering Laravel community logo

Join the Mastering Laravel community

Connect with experienced developers in a friendly, noise-free environment. Get insights, share ideas, and find support for your coding challenges. Join us today and elevate your Laravel skills!

Join the Mastering Laravel community
Kirschbaum logo

Kirschbaum

Providing innovation and stability to ensure your web application succeeds.

Kirschbaum
Shift logo

Shift

Running an old Laravel version? Instant, automated Laravel upgrades and code modernization to keep your applications fresh.

Shift
Lucky Media logo

Lucky Media

Get Lucky Now - the ideal choice for Laravel Development, with over a decade of experience!

Lucky Media
Lunar: Laravel E-Commerce logo

Lunar: Laravel E-Commerce

E-Commerce for Laravel. An open-source package that brings the power of modern headless e-commerce functionality to Laravel.

Lunar: Laravel E-Commerce
LaraJobs logo

LaraJobs

The official Laravel job board

LaraJobs
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Multi-tenant Laravel SaaS Starter Kit that comes with all features required to run a modern SaaS. Payments, Beautiful Checkout, Admin Panel, User dashboard, Auth, Ready Components, Stats, Blog, Docs and more.

SaaSykit: Laravel SaaS Starter Kit
MongoDB logo

MongoDB

Enhance your PHP applications with the powerful integration of MongoDB and Laravel, empowering developers to build applications with ease and efficiency. Support transactional, search, analytics and mobile use cases while using the familiar Eloquent APIs. Discover how MongoDB's flexible, modern database can transform your Laravel applications.

MongoDB

The latest

View all →
Laravel Simple RabbitMQ Package image

Laravel Simple RabbitMQ Package

Read article
Navigating Dates Elegantly with Carbon in Laravel image

Navigating Dates Elegantly with Carbon in Laravel

Read article
Memoized Cache Driver in Laravel 12.9 image

Memoized Cache Driver in Laravel 12.9

Read article
Laravel Cookie Consent image

Laravel Cookie Consent

Read article
Converting Non-Decimal Strings with Laravel's Enhanced toInteger() Method image

Converting Non-Decimal Strings with Laravel's Enhanced toInteger() Method

Read article
Herd Xdebug Toggler for Visual Studio Code image

Herd Xdebug Toggler for Visual Studio Code

Read article