ananth/pingenerator
最新稳定版本:v1.0.1
Composer 安装命令:
composer require ananth/pingenerator
包简介
This will generate 4 digit pin to open the door
README 文档
README
This will generate the 4 digit pin which is used to open the door.
INSTALLATION GUIDE
Step 1
Open a terminal and navigate to the root directory of your Laravel project.
Step 2
Run the following command to install the package via Composer:
composer require ananth/pingenerator
Once the package is installed, Laravel will automatically detect it and register its service provider.
Step 3
You can now use the package in your Laravel application. To generate a PIN, you can create an instance of the PinGenerate class and call its generator() method, like shown below:
use Ananth\PinGenerator;
$generator = new PinGenerator();
$pin = $generator->generatePin();
OR
You can directly go to this link http://localhost:8000/pingenerator in your browser.
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-03-30