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 →
PayZephyr: One Payment API for Stripe, Paystack, and PayPal image

PayZephyr: One Payment API for Stripe, Paystack, and PayPal

Read article
Bifrost Turns One With AI Builds and New Workflows image

Bifrost Turns One With AI Builds and New Workflows

Read article
Preview Blade Templates in macOS Finder with Quick Blade image

Preview Blade Templates in macOS Finder with Quick Blade

Read article
Artisan Debugging Commands in Laravel Telescope 5.24.0 image

Artisan Debugging Commands in Laravel Telescope 5.24.0

Read article
Queue totalSize() and JobInterrupted Event in Laravel 13.31 image

Queue totalSize() and JobInterrupted Event in Laravel 13.31

Read article
Find Unexpected Test Inputs with Fuzz for Pest image

Find Unexpected Test Inputs with Fuzz for Pest

Read article