Laravel Idea Plugin is Free for PhpStorm

Laravel Idea Plugin is Free for PhpStorm

As an IDE we recommend, we’re very happy that PhpStorm users can now use the Laravel Idea plugin for free.

The Laravel Idea plugin supercharges PhpStorm with versatile framework-aware features designed specifically for Laravel. Instead of working with generic PHP tools, you get an IDE that understands the Laravel ecosystem.

With support for Blade templates, Eloquent models, routes, views, translations, and components, the plugin gives you smart autocompletion, instant navigation, and powerful code generation that matches your project’s conventions. It doesn’t just speed up routine tasks; it makes the entire codebase easier to explore and maintain.

When you combine the plugin with PhpStorm’s built-in tools for debugging, refactoring, and running tests, you get an environment that’s well-suited to the day-to-day needs of Laravel projects.

PhpStorm for Laravel developers

PhpStorm by JetBrains provides a Laravel-aware development environment, and gives you tools like intelligent code completion, refactoring, and debugging so you can work like an experienced Laravel developer instead of just editing text. It includes support for key ecosystem tools such as:

  1. Laravel Pint for code style
  2. Larastan for static analysis
  3. Pest for testing

Supercharge Laravel Idea with Laravel Boost and AI

With PhpStorm and the Laravel Idea plugin covering the framework and tooling, Laravel Boost adds the Laravel framework context directly to the IDE’s AI agents, including Junie by JetBrains. It provides the agents with the tools to query the database, inspect schema, run Artisan commands, and follow your project’s conventions.

PhpStorm’s Laravel integration makes this context more effective by giving AI a clear view of routes, models, Blade templates, and tests. Together, this setup ensures AI-generated code is informed by your application and fits naturally into your Laravel workflow.

Keep reading

GeneralApr 4, 2024

Encryption and the In-between

Last year, we introduced a simple but surprisingly useful feature to Laravel Forge: the ability to add notes to servers. While checking the uptake of this feature, we noticed that customers were often...

James Brooks