The best way to connect with your customers is by reaching out and inspiring them.
~ Me
You can install the package in to a Laravel app that uses Nova via composer :
composer require devtical/nova-inspire
Add the card to your NovaServiceProvider.php
use Devtical\Inspire\Inspire;
// ...
public function cards()
{
return [
// ...
(new Inspire())->options([
'topic' => 'peace', // null, motivational, learning, etc
'style' => 'stacked', // default, stacked, horizontal
]),
];
}
experience
humor
learning
life
morning
motivational
music
peace
poetry
teacher
thankful
time
relax
love
knowledge
- More (soon..)
The MIT License (MIT).