We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d476716 commit b069c9cCopy full SHA for b069c9c
README.md
@@ -20,6 +20,8 @@ composer require idf/nova-html-card
20
[Register your new card](https://nova.laravel.com/docs/2.0/customization/cards.html#registering-cards).
21
22
```php
23
+use IDF\HtmlCard\HtmlCard;
24
+
25
public function cards()
26
{
27
return [
@@ -70,4 +72,4 @@ npm run watch
70
72
71
73
## License
74
-The MIT License (MIT). Please see [License File](LICENSE) for more information.
75
+The MIT License (MIT). Please see [License File](LICENSE) for more information.
0 commit comments