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

frankhosaka's avatar

Is it possible to install Laravel 12 with Livewire on Hostinger?

I can't get past the login routine.

0 likes
5 replies
frankhosaka's avatar

In web console i find two errors: livewire.js and flux.js I used php artisan vendor:publish --tag=livewire:assets, then i find just one error: flux.js

frankhosaka's avatar

@Meteor64

flux:publish --all installs a bunch of Flux components, but it can't get Flux to work. I'm happy with php artisan vendor:publish, where I found three publications that made Livewire work in the nginx environment of Hostinger's VPS. My only purpose was to get through the Login screen. I tried tweaking nginx several times, but it didn't work. On my laptop with Windows + Apache, I didn't encounter any issues. Thanks for your attention.

Please or to participate in this conversation.