Master your
Nova is the simplest and fastest way to build production-ready administration panels using Laravel. Simply composer require laravel/nova, nova:install, and you're ready to go.
Craft complete backends in
Nova allows you to create beautiful, easy-to-use, and complete application backends that handle all of your needs.
Gone are the days of cobbling together lackluster administration panels. Nova is designed and crafted by the Laravel team, so it integrates perfectly with the framework.
Nova is the easiest way to quickly manage your data, view your key application metrics, or handle any custom process your application requires.
Out of this world features
Resource management, actions, filters, lenses, metrics, and more. You can use Nova to easily craft a powerful, robust backend administration panel in minutes.
Resource Management
Nova provides a full CRUD interface for your Eloquent models. Every type of Eloquent relationship is fully supported. Need to edit the pivot data on your polymorphic many-to-many relationship? We have you covered.
Actions
Actions are PHP tasks you can run against a resource or batch of resources. Have an action that takes a while? No problem, Nova’s queued actions will keep your administration panel feeling snappy.
Filters
Write custom filters to offer users a quick glance at different segments of your data. To get you started, we’ve included built-in filters for “soft deleted” resources.
Lenses
Need to dig into a specialized view of your resources? No problem. Add lenses to your resource to take full control over the entire Eloquent query used to retrieve your data.
Custom Tools
Nova offers CLI generators for scaffolding your own custom tools. We’ll give you a Vue component and infinite possibilities. Build the custom tools your business requires, or build the next great Nova add-on and share it with the world.
Metrics
Nova makes it painless to quickly display custom metrics for your application, allowing you to generate three types of graphs in seconds. To put the cherry on top, we’ve included query helpers so it's all easy as pie.
Authorization
Nova is beautifully integrated with Laravel’s existing authorization policies. Let your Nova resources automatically leverage your existing application policies to determine a user’s abilities. Fine-grained authorization support is even provided for relationships, tools, actions, lenses, and fields.