devtical / nova-inspire
This package is abandoned and no longer maintained.
No replacement package was suggested.
The best way to connect with your customers is by reaching out and inspiring them
Fund package maintenance!
v2.0.3
2022-10-24 13:13 UTC
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
experiencehumorlearninglifemorningmotivationalmusicpeacepoetryteacherthankfultimerelaxloveknowledge- More (soon..)
License
The MIT License (MIT).
