https://github.com/devtical/nova-inspire
The best way to connect with your customers is by reaching out and inspiring them. ~ Me
https://github.com/devtical/nova-inspire
hacktoberfest inspire laravel laravel-nova nova quotes
Last synced: 8 months ago
JSON representation
The best way to connect with your customers is by reaching out and inspiring them. ~ Me
- Host: GitHub
- URL: https://github.com/devtical/nova-inspire
- Owner: devtical
- License: mit
- Archived: true
- Created: 2018-09-27T10:46:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T13:16:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T16:49:51.292Z (9 months ago)
- Topics: hacktoberfest, inspire, laravel, laravel-nova, nova, quotes
- Language: PHP
- Homepage:
- Size: 529 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nova Inspire

> 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](http://laravel.com) app that uses [Nova](http://nova.laravel.com) via composer :
```cli
composer require devtical/nova-inspire
```## Usage
Add the card to your `NovaServiceProvider.php`
```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).