Using Flux UI PRO with envoyer.io
Sep 24, 2024
- Navigate to your project and go to ‘Deployment hooks’
- Click on ‘Add hook’
- Name the hook ‘Composer config for Flux UI’
- Run as ‘forge’ or custom if you are not using Laravel Forge
- Add the following command under cd {{ release }}
composer config http-basic.composer.fluxui.dev your@email.com your-license-key
6. Update your@email.com and your-license-key. You can find this information on the Flux UI dashboard under ‘licenses’.
7. Select the checkbox for the correct server(s).
8. Click on ‘Save hook’
9. Move the hook just above the default ‘ Install Composer Dependencies’
10. Deploy your project.
Thanks for reading and have fun with Flux UI!