Looking to hire Laravel developers? Try LaraJobs

laravel-ngrok maintained by apility

Description
Share Laravel application with ngrok.
Last update
2022/09/13 11:41 (dev-master)
License
Downloads
11 242

Comments
comments powered by Disqus

Build Status Total Downloads Latest Stable Version License

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.