apility/laravel-ngrok
最新稳定版本:v4.0.1
Composer 安装命令:
composer require apility/laravel-ngrok
包简介
Share Laravel application with ngrok.
关键字:
README 文档
README
Share Laravel application with ngrok
This package allows you to share your Laravel application with ngrok.
Requirements
- Laravel Framework >= 5.8
- Ngrok >= 2.2.8 (If you are using Laravel Homestead this should be already installed)
Installation
You can install the package via composer:
composer require --dev apility/laravel-ngrok
The NgrokServiceProvider will be automatically registered for you.
Usage
Just call the artisan command to start the ngrok.
php artisan ngrok
The parameters for ngrok will be extracted from your application.
You can also pass custom host and port.
php artisan ngrok example.com --port=8000
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 11.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-08