You can install the package in to a Laravel app that uses Nova via composer:
composer require abr4xas/nova-hello-dolly
Next up, you must register the card with Nova. This is typically done in the cards method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvider.php
// ...
public function cards()
{
return [
// ...
new NovaHelloDolly,
];
}Readme not found. Refer to the project website: https://github.com/abr4xas/nova-hello-dolly
| Added | 6 years ago |
This package should be on the Packagist API but we're not getting any results.
Please note that the Packagist cache is pretty long, so some times you just need to check back in an hour.