Laravel Idea for PhpStorm - Full-featured IDE for productive artisans!

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.

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
No Compromises logo

No Compromises

Joel and Aaron, the two seasoned devs from the No Compromises podcast, are now available to hire for your Laravel project. ⬧ Flat rate of $7500/mo. ⬧ No lengthy sales process. ⬧ No contracts. ⬧ 100% money back guarantee.

No Compromises
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
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
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
Supercharge Your SaaS Development with FilamentFlow: The Ultimate Laravel Filament Boilerplate logo

Supercharge Your SaaS Development with FilamentFlow: The Ultimate Laravel Filament Boilerplate

Build your SaaS application in hours. Out-of-the-box multi-tenancy and seamless Stripe integration. Supports subscriptions and one-time purchases, allowing you to focus on building and creating without repetitive setup tasks.

Supercharge Your SaaS Development with FilamentFlow: The Ultimate Laravel Filament Boilerplate
Rector logo

Rector

Your partner for seamless Laravel upgrades, cutting costs, and accelerating innovation for successful companies

Rector
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 performance monitoring in Honeybadger image

Laravel performance monitoring in Honeybadger

Read article
Check Env Variables Across All .env Files image

Check Env Variables Across All .env Files

Read article
Laracon AU with Michael Dyrynda image

Laracon AU with Michael Dyrynda

Read article
Cancel a Specific Batch of Queued Jobs With This Laravel Package image

Cancel a Specific Batch of Queued Jobs With This Laravel Package

Read article
Always Render API Exceptions as JSON in Laravel image

Always Render API Exceptions as JSON in Laravel

Read article
Laravel 11.28 Adds a Composer Dev Command image

Laravel 11.28 Adds a Composer Dev Command

Read article