Laravel Packages

Share Your Laravel App with Cloudflare Tunnel

Published
Share Your Laravel App with Cloudflare Tunnel image

The Cloudflared for Laravel is a simple package to create and manage Cloudflare Tunnel for your Laravel projects. Paried with a companion Vite plugin for Cloudflared, you can easily test and debug your frontend on any device.

It works using the following Artisan command, which will set up a Cloudflare tunnel, configure DNS, set up a Herd link, and save the configuration to .cloudflared.yaml in your project:

# Install
php artisan cloudflared:install
 
# After setup, run it
php artisan cloudflared:run

You can also remove the tunnel, DNS records, and configuration using the provided Artisan command:

php artisan cloudflared:uninstall

This package also requires a Cloudflare account and depends on Cloudflare Tunnel, which you will need to download. The cloudflared CLI is also available via Docker.

Install this in your project via Composer:

composer require aerni/cloudflared

👨‍💻 You can get started with this package on GitHub: aerni/laravel-cloudflared

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Image Responses: Serve Resized Images From Routes image

Laravel Image Responses: Serve Resized Images From Routes

Read article
Pause All Laravel Queues During a Deploy image

Pause All Laravel Queues During a Deploy

Read article
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article