Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AntLusher's avatar

Nova - anyone used it

As above - what would be the advantages of using Nova? I don't really seem to get it. Does it easily intergrate with exsitining projects?

Cheers

0 likes
3 replies
Sti3bas's avatar
Sti3bas
Best Answer
Level 53

The biggest advantage is that you can buy beautiful administration panel without having to build it yourself. Also there are plenty of open-source extensions which makes development process faster and easier.

Yes, you can easily integrate it with the existing project:

Its a breeze to add a Nova administration panel to an existing Laravel application without touching your Eloquent models. After configuring a Nova resource for each model, youre ready for lift off.

Other features are listed on the homepage: https://nova.laravel.com

2 likes
Hayk_D's avatar

Nova documentation is the best place to check about its advantages and why it should be used https://nova.laravel.com/docs It will bring all your models into a nice and highly configurable administration panel.

1 like

Please or to participate in this conversation.