From 735153a8048184d0f0fe2ff70615d91f3be10d0f Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 26 Jan 2026 17:40:21 +0000 Subject: [PATCH] Make Flux Pro optional --- README.md | 15 +++++++++++++++ composer.json | 8 +------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0d81dee..b82f81c 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,21 @@ class Boot | `host-uk/core-api` | REST API with scopes & webhooks | | `host-uk/core-mcp` | Model Context Protocol tools | +## Flux Pro (Optional) + +This template uses the free Flux UI components. If you have a Flux Pro license: + +```bash +# Configure authentication +composer config http-basic.composer.fluxui.dev your-email your-license-key + +# Add the repository +composer config repositories.flux-pro composer https://composer.fluxui.dev + +# Install Flux Pro +composer require livewire/flux-pro +``` + ## Documentation - [Core PHP Framework](https://github.com/host-uk/core-php) diff --git a/composer.json b/composer.json index ccbdc99..76588f0 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ "laravel/framework": "^12.0", "laravel/tinker": "^2.10", "livewire/flux": "^2.0", - "livewire/flux-pro": "^2.0", "livewire/livewire": "^3.0", "host-uk/core": "^1.0", "host-uk/core-admin": "^1.0", @@ -37,12 +36,7 @@ "Tests\\": "tests/" } }, - "repositories": [ - { - "type": "composer", - "url": "https://composer.fluxui.dev" - } - ], + "repositories": [], "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",