Skip to the content.

Creating a nova field

To create a nova field, we use the “php artisan make:module:nova-field ModuleName fieldName” command.

php artisan make:module:nova-field blog BlogTextField

This will create a field in the path modules/blog/src/Fields/BlogTextField.php