News

Laravel IDEA v10 is Here

Published
Laravel IDEA v10 is Here image

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.

Related: Supercharge PhpStorm with Laravel Idea

Paul Redmond photo

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

Filed in

Sponsored

tinkerwell logo
Tinkerwell

Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.

Visit Tinkerwell

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article