I'm new on Laravel Nova. I'm trying to build a User form. In this moment I have these models: User, UserDetail In User I have: email, password, username. In Us
I have a belongsTo field on the selection of which i want to show/hide another field using nova dependency container. But it only allows to give id in the depen
Is there a way to set formatting on a global level for Laravel Nova? Currently I have to do something like this all over the place: DateTime::make('Created At')
I have a posts table that has a json column "read_more_section". And I want to store on that column the information regarding some fields on the NOVA CMS (title
I've installed Laravel Nova (using Laravel 5.6). App\Providers\NovaServiceProvider::class is registered in my config/app.php file. But when I go to https://loca