sz4h/cloudflare

Cloudflare interface

Maintainers

Package info

github.com/Mello21century/cloudflare-laravel

Homepage

pkg:composer/sz4h/cloudflare

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2026-04-04 13:34 UTC

This package is auto-updated.

Last update: 2026-04-04 13:38:46 UTC


README

Install

  • Run
composer require sz4h/cloudflare
  • Run
php artisan vendor:publish --tag=cloudflare
  • Edit the "config/cloudflare.php" file add your email and your apiKey
  • Visit http://site.com/cloud if you enable public access while site.com is your domain name
  • Enable Filament Plugin using
    ->plugins([
        // Add this line
        \Space\Cloudflare\Filament\CloudflarePlugin::make()
            ->navigationIcon('heroicon-o-globe-alt')
            ->navigationGroup('Infrastructure')
            ->navigationSort(5)
            ->slug('dns')
            ->navigationLabel('Domains')
    ]);

*** This is a beta version. Install on your own risk ***