bappi/sum
最新稳定版本:v0.1.0
Composer 安装命令:
composer require bappi/sum
包简介
add two number
README 文档
README
you can add multiple number using sum() method
Installation
composer require bappi/sum
Use from controller
Import first the Add facade
use Bappi\Sum\Facades\Add;
//You can add multiple number as your wish Add::sum(12,23,12,..............); //82
Publish Configuration
php artisan vendor:publish --provider="Bappi\Sum\SumServiceProvider"
Contribution
You can used to add any number of addition just use the instruction.
Installation
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-17