TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/livewire/flux/llms.txt
Use this file to discover all available pages before exploring further.
flux:activate command activates Flux Pro on your Laravel application by configuring your Composer credentials and installing the livewire/flux-pro package.
Usage
Arguments
The email address associated with your Flux license. If not provided, you’ll be prompted to enter it.
Your Flux license key. If not provided, you’ll be prompted to enter it securely.
What It Does
When you runflux:activate, the command performs the following steps:
Add credentials to auth.json
The command adds your license credentials to Composer’s This allows Composer to authenticate with the Flux Pro repository.
auth.json file using:Interactive Prompts
If you don’t provide the email and key as arguments, the command will prompt you:Examples
With prompts
With arguments
Troubleshooting
If activation fails at any step, the command will display an error message and suggest contactingsupport@fluxui.dev for assistance.
Common issues:
- Invalid license credentials
- Network connectivity problems
- Composer configuration issues
You need a valid Flux Pro license to use this command. Purchase one at fluxui.dev/pricing.