All Projects → wearedevtical → nova-inspire

wearedevtical / nova-inspire

Licence: MIT License
The best way to connect with your customers is by reaching out and inspiring them. ~ Me

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nova-inspire

laravel-nova-visual-composer
Visual Composer for Laravel Nova
Stars: ✭ 15 (+7.14%)
Mutual labels:  nova, laravel-nova
nova-url-field
A URL input and link field for Laravel Nova
Stars: ✭ 96 (+585.71%)
Mutual labels:  nova, laravel-nova
laravel-nova-order-nestedset-field
Laravel Nova field that make your resources orderable
Stars: ✭ 21 (+50%)
Mutual labels:  nova, laravel-nova
nova-horizon-stats
Nova cards for Laravel applications that use Laravel Horizon
Stars: ✭ 31 (+121.43%)
Mutual labels:  nova, laravel-nova
nova-hidden-field
A Laravel Nova Hidden field.
Stars: ✭ 32 (+128.57%)
Mutual labels:  nova, laravel-nova
nova-system-resources
Display the system usage in Laravel-Nova
Stars: ✭ 30 (+114.29%)
Mutual labels:  nova, laravel-nova
nova-qrcode-field
A Laravel Nova field to generate QR Code
Stars: ✭ 28 (+100%)
Mutual labels:  nova, laravel-nova
nova-sluggable
Slug field for Laravel Nova
Stars: ✭ 40 (+185.71%)
Mutual labels:  nova, laravel-nova
laravel-nova-nested-form
This package allows you to include your nested relationships' forms into a parent form.
Stars: ✭ 225 (+1507.14%)
Mutual labels:  nova
kuote
Create beautiful Medium-like quotes, perfect for sharing on Twitter or Instagram.
Stars: ✭ 11 (-21.43%)
Mutual labels:  quotes
DevLorem
No more 'Lorem ipsum', get some real quotes or speeches for your free text with this generator!
Stars: ✭ 59 (+321.43%)
Mutual labels:  quotes
select-auto-complete
An auto-completing Laravel Nova search field
Stars: ✭ 34 (+142.86%)
Mutual labels:  laravel-nova
PyQuotes
PyQuotes is a Django-based web application and REST API. That will allow you to launch an online quotes service.
Stars: ✭ 23 (+64.29%)
Mutual labels:  quotes
coBra
[co]erced [bra]cket, a simple vim plugin that forces brackets and quotes to be smart
Stars: ✭ 28 (+100%)
Mutual labels:  quotes
tabout
Tab out of quotes, brackets, etc for Visual Studio Code
Stars: ✭ 67 (+378.57%)
Mutual labels:  quotes
richtypo.js
HTML typography enhancer for Node.js
Stars: ✭ 116 (+728.57%)
Mutual labels:  quotes
Nova-Menu-Builder
A Menu Builder for Laravel Nova
Stars: ✭ 63 (+350%)
Mutual labels:  nova
nova-mailman
Conveniently route all emails to a local mailbox.
Stars: ✭ 47 (+235.71%)
Mutual labels:  nova
nova-rtl-theme
RTL layout for Laravel Nova.
Stars: ✭ 38 (+171.43%)
Mutual labels:  nova
nova-html
This field allows you display custom HTML in Laravel Nova, be it a link, an image or any other piece of proper html.
Stars: ✭ 13 (-7.14%)
Mutual labels:  laravel-nova

Nova Inspire

Inspire Example

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 kristories/nova-inspire

Usage

Add the card to your NovaServiceProvider.php

use Kristories\Inspire\Inspire;

// ...

public function cards()
{
    return [
        // ...
        (new Inspire())->options([
            'topic'   => 'peace',   // null, motivational, learning, etc
            'style'   => 'stacked', // default, stacked, horizontal,
            'refresh' => true       // true, false
        ]),
    ];
}

Topics

  • Experience
  • Humor
  • Learning
  • Life
  • Morning
  • Motivational
  • Music
  • Peace
  • Poetry
  • Teacher
  • Thankful
  • Time
  • More (soon..)

License

The MIT License (MIT).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].