devtical / nova-inspire
The best way to connect with your customers is by reaching out and inspiring them
Fund package maintenance!
Kristories
Requires
- php: ^7.4|^8.0
- laravel/nova: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- orchestra/testbench: ^6.24|^7.0
- phpunit/phpunit: ^9.4
This package is auto-updated.
Last update: 2024-10-24 17:22:58 UTC
README
The best way to connect with your customers is by reaching out and inspiring them.
~ Me
Installation
You can install the package in to a Laravel app that uses Nova via composer :
composer require devtical/nova-inspire
Usage
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 ]), ]; }
Topics
experience
humor
learning
life
morning
motivational
music
peace
poetry
teacher
thankful
time
relax
love
knowledge
- More (soon..)
License
The MIT License (MIT).