cemaytan/quotes

此包的最新版本(v1.0.6)没有可用的许可证信息。

v1.0.6 2022-09-28 13:44 UTC

This package is auto-updated.

Last update: 2024-09-28 18:31:57 UTC


README

通过Composer安装

composer require cemaytan/quotes

注册包服务提供者

转到config/app.php并添加给定的服务提供者。
\CemAytan\Quotes\QuoteServiceProvider::class

发布配置文件

您可以通过在config/quotes.php中使用此配置文件来更改引用。
php artisan vendor:publish

用法

在您想要的任何blade视图中调用引用组件。别忘了在配置文件中指定uri。
<x-package-quote-list/>

注意

确保您通过引用API获取API密钥并将其保存到已发布的配置文件中。