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!
Kristories

v2.0.3 2022-10-24 13:13 UTC

This package is auto-updated.

Last update: 2024-11-24 17:33:35 UTC


README

Cover

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).