Creating a nova card
To create a nova card, we use the “php artisan make:module:nova-card ModuleName cardName” command.
php artisan make:module:nova-card blog BlogCard
This will create a card in the path modules/blog/src/Cards/BlogCard.php
To create a nova card, we use the “php artisan make:module:nova-card ModuleName cardName” command.
php artisan make:module:nova-card blog BlogCard
This will create a card in the path modules/blog/src/Cards/BlogCard.php