devtical / nova-inspire
The best way to connect with your customers is by reaching out and inspiring them
                                    Fund package maintenance!
                                                                            
                                                                                                                                        Kristories
                                                                                    
                                                                
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/devtical/nova-inspire
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-11-24 17:33:35 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).
