Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

public's avatar
Level 1

How to deploy Livewire FluxUi Pro to shared hosting

I do have a shared hosting service which offers me to manage several Laravel applications via Plesk. I do have a Laravel FlexUI Pro license and wanted to deploy, but here is no interactive CLI on the shared hosting account. trying to work with moving auth.json in parallel to composer updates, did not work so far.

The described CI option in the Docs does not provide the easy of Git deployments from local to the shared hosting environment.

Has anyone yet had luck and apath to get Livewire FluxUI Pro deployed on a shared hosting environment?

The free option works seamless, like any other package.

0 likes
2 replies
Snapey's avatar

no cli access hurts you in other ways also. Best to find a better host.

public's avatar

Here is the simple answer:

upload the auth.json file locally generated to your Laravel hosting main folder:

{ "http-basic": { "composer.fluxui.dev": { "username": "email", "password": "password" } } }

email & password is what has been generated while creating your credentials from fluxui.dev

Please or to participate in this conversation.