晴天/bmi

composer 首个包

1.0.0 2016-01-10 10:35 UTC

This package is not auto-updated.

Last update: 2024-09-18 23:54:11 UTC


README

BMI

安装

1. 在 composer.json 的 require字段中加入

"sunnyday/bmi": "^1.0"

2. 执行 composer update

3. 在config/app.php 的 providers 数组中加入一条

Sunnyday\BMI\BMIServiceProvider::class,