Download the PHP package nassirian/laravel-tunnel-manager without Composer
On this page you can find all versions of the php package nassirian/laravel-tunnel-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nassirian/laravel-tunnel-manager
More information about nassirian/laravel-tunnel-manager
Files in nassirian/laravel-tunnel-manager
Download nassirian/laravel-tunnel-manager
More information about nassirian/laravel-tunnel-manager
Files in nassirian/laravel-tunnel-manager
Vendor nassirian
Package laravel-tunnel-manager
Short Description Manage Cloudflare tunnels and subdomains in Laravel.
License MIT
Package laravel-tunnel-manager
Short Description Manage Cloudflare tunnels and subdomains in Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-tunnel-manager
Laravel Tunnel Manager
A Laravel package to manage Cloudflare Tunnels and automatically create subdomains via Artisan commands.
Features
- ✅ Create new subdomains dynamically
- ✅ Point subdomains to an existing Cloudflare Tunnel
- ✅ Compatible with Laravel 9, 10, 11, and 12
- ✅ Fully tested with PHPUnit
- ✅ Easy installation and usage
Installation
Require the package via Composer:
Publish the configuration file
Set your .env
Usage
Create a new subdomain
This will create a DNS CNAME record:
Configuration
The configuration file is located at config/tunnelmanager.php
. You can customize the following options:
api_token
: Your Cloudflare API token.zone_id
: Your Cloudflare zone ID.domain
: Your domain name.tunnel_uuid
: The UUID of the tunnel you want to point the subdomain to.
Testing
The package is fully tested. To run the tests, use the following command:
Or if running inside your main Laravel app:
Requirements:
- PHP 8.1 or higher
- Laravel 9, 10, 11, or 12
- Cloudflare account with API token and zone ID
License
This package is licensed under the MIT License. See the LICENSE file for more information.
All versions of laravel-tunnel-manager with dependencies
PHP Build Version
Package Version
The package nassirian/laravel-tunnel-manager contains the following files
Loading the files please wait ....