apility/laravel-ngrok
Share Laravel application with ngrok.
11,264
| Install | |
|---|---|
composer require apility/laravel-ngrok |
|
| Latest Version: | v4.0.1 |
| PHP: | ^7.4|^8.0 |
| License: | MIT |
| Last Updated: | Sep 13, 2022 |
| Links: | GitHub · Packagist |
Maintainer: thomas-alrek
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.
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707