kristories / 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: 2022-10-24 13:16:25 UTC
README
与客户建立联系的最佳方式是伸出援手并激发他们的灵感。
~ 我
安装
您可以通过 composer 将此包安装到使用 Nova 的 Laravel 应用中
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)。