devtical / nova-inspire
与客户建立联系的最好方式是伸出援手并激发他们的灵感
v2.0.3
2022-10-24 13:13 UTC
Requires
- php: ^7.4|^8.0
- laravel/nova: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- orchestra/testbench: ^6.24|^7.0
- phpunit/phpunit: ^9.4
This package is auto-updated.
Last update: 2024-09-24 17:06:28 UTC
README
与客户建立联系的最好方式是伸出援手并激发他们的灵感。
~ 我
安装
您可以通过composer在Laravel应用中安装此包,该应用使用Nova
composer require devtical/nova-inspire
用法
将卡片添加到NovaServiceProvider.php
use Devtical\Inspire\Inspire; // ... public function cards() { return [ // ... (new Inspire())->options([ 'topic' => 'peace', // null, motivational, learning, etc 'style' => 'stacked', // default, stacked, horizontal ]), ]; }
话题
经验
幽默
学习
生活
早晨
励志
音乐
和平
诗歌
教师
感恩
时间
放松
爱情
知识
- 更多(即将推出..)
许可
MIT许可(MIT)。