kuttumiah/calculator
Composer 安装命令:
composer require kuttumiah/calculator
包简介
This is a package created by following tutorial on w3resource.com and bagisto to learn building packages for Laravel.
关键字:
README 文档
README
This is a package created by following tutorial on w3resource.com and bagisto to learn building packages for Laravel.
Setup
- In
/config/app.php, add the following toproviders:
Kuttumiah\Calculator\Providers\CalculatorServiceProvider::class,
Usage
The package ships with 2 routes. One is to add and another is to subtract 2 integer values.
To access those routes use
http://yourwebsite.test/kuttumiah/calculator/add/7/6
or
http://yourwebsite.test/kuttumiah/calculator/subtract/7/6
License
MIT License
Author Information
This package was created in 2019 by Md Robaiatul Islam.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-22