Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Nova Inspire

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

Back to Top
Added 7 years ago
Last updated 3 Years Ago
Version v2.0.3
Nova Version ^4.0
Composer
kristories/nova-inspire
GitHub stars 17
Packagist downloads 9,848

Favorites

8 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
3 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas