The Laravel IDEA team released v10, which is the most significant release to date! It includes smart database table and field completion, powerful Inertia.js support, native Facade support, and more.
New Features At a Glance
- Database tables and fields completion: query builder methods, validation rules, migrations
- Inertia.js: advanced page paths support, Create Inertia Page code generation, Unknown Inertia Page inspection, Find Page Usages
- Create Pivot Table code generation
- Create Enum code generation
- Laravel facades native support (without helper code)
- Eloquent has, through, hasManyThrough, hasOneThrough relations support
- Eloquent: type provider for query builder lambdas. User::where(fn ($query))
- kirschbaum-development/eloquent-power-joins package support
- Laravel Prompts package: validation rules completion
- Helper code generation now is in the background
Smart Database and Field Completion
Database table and field completion works with Laravel's query builder methods in migrations and validation rules. Speed up writing queries with intelligent completion without having to jump between your database schema and code:

Powerful Inertia.js Support
Laravel IDEA v10 has powerful Inertia.js support, allowing you to create an Inertia page from an inspection quickly, a "Create Inertia Page" code generation screen, "Find Page Usages", and more:


Laravel Facades Are Supported Natively
Laravel IDEA v10 supports Facades natively without the need for helper code:

Learn More
You can learn more about this release from the Changelog. You can start with Laravel IDEA by following the Installation documentation, including a free 30-day trial option and monthly/annual plans. You can also browse this PhpStorm plugin on the Jetbrains Marketplace.