Laravel Nova 5.0 Now Available

Laravel Nova 5.0 Now Available

Laravel Nova 5.0 is now ready for upgrade. This release focuses on modernizing Nova's core dependencies while introducing several useful features to improve resource management and field handling.

Nova 5.0 modernizes dependencies (Inertia 2, PHP 8.1+, Laravel 10+), adds tab panels for better resource organization, and introduces improved field handling. Follow this guide to upgrade.

Modernized Dependencies

Nova 5.0 updates its foundation by requiring PHP 8.1+ and dropping support for Laravel 8.x and 9.x. This allows Nova to take advantage of newer updates and features in the Laravel ecosystem such as:

Tab Panels for Better Resource Organization

Nova 5.0 introduces Tab Panels, providing a cleaner way to organize fields and relationships on resource detail and form pages:

For example, the code snippet above will generate the following tabs:

image

Improved Field & Resource Handling

  • Introduction of enhanced computed method with addition of unique $attribute identifier, now enabling computed fields to become dependent fields
  • Resource-specific policy classes, allowing separate authorization logic for Nova operations

Getting Started

Ready to upgrade? Nova 5.0 requires PHP 8.1+ and Laravel 10.x. Check out our upgrade guide for detailed instructions on upgrading to Nova 5.0.

If you purchased Nova within the past year, you can upgrade free of charge. Otherwise you can renew your license to receive the update.

Keep reading

ProductMar 2, 2026

Laravel February Product Updates

Laravel Cloud API & CLI, MySQL 8.4 upgrade notice, Forge MySQL 9, Nightwatch MCP & Linear integration, and new Framework AI updates.

Laravel Team

ProductFeb 3, 2026

Laravel January Product Releases

January brings Private Cloud, Valkey caching, expanded Cloud API, plus Forge backup options and Nightwatch real-time exception detection.

Laravel Team