Code Monkey home page Code Monkey logo

nova-inspire's Introduction

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

nova-inspire's People

Contributors

ezhasyafaat avatar febiarifin avatar kristories avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

febiarifin

nova-inspire's Issues

nova 4 support

yo bro, love this card very much <3
can you maybe update it to work with nova 4 (I think vue3 is the issue) ?
tnx

Route caching does not work

Thank you for this wonderful package.
Since we are caching routes in our application we are unable to use this package as php artisan route:cache returns an error Unable to prepare route for serialization. Uses Closure. for this package.

Since route caching does not work with Closure based routes please convert any Closure routes to use controller classes.

Add Refresh Button

This is an awesome package. It'd be nice if you add a refresh button at the top right corner that will will automatically reload the contents of the page without requiring full page refresh.

reload

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.