codetyme/inspire
最新稳定版本:1.0.1
Composer 安装命令:
composer require codetyme/inspire
包简介
Technology is best when it brings people together.
README 文档
README
Laravel best quotes package.
Requirements
PHP: ^7.3 or ^8.0
Laravel Framework
Quick Installation
composer require codetyme/inspire:"^1.0"
Configuration
Now, open the config/app.php file and scroll down to the providers array. In that array, there should be a section for the package service providers.
Add the following line of code in that section:
/* * Package Service Providers... */ Codetyme\Inspire\Providers\InspirationProvider::class,
How to use
In your controller
public static function Quotes(\Codetyme\Inspire\Inspire $inspire){
return $inspire->justQuote();
}
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-10-10