athphane/programmer-quotes

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

作为包的程序员名言

v1.0 2020-09-25 09:46 UTC

This package is auto-updated.

Last update: 2024-09-26 02:27:23 UTC


README

Total Downloads Latest Stable Version License

作为包的程序员名言

使用此包,轻松将灵感名言添加到您的Laravel应用程序中。

安装

composer require athphane/programmer-quotes

如何使用

此包将自动注册自己,因此您不需要手动将其添加到Service Providers数组中。您只需执行以下操作。

$quote = \Athphane\ProgrammerQuotes\ProgrammerQuotes::random();
dd($quote);

问题

它只是一个句子数组。如果您发现任何问题,请通过问题通知我。