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

laravelcloud logo
Laravel Cloud

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

Visit Laravel Cloud

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article