Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use livewire without Laravel

everyone in here, I am not really into PHP frameworks, but luckily yesterday I and a friend were making a review of different PHP frameworks and we came to an encounter with one of the concepts used by Laravel, Livewire, I did a study about it for a bit and it was really impressive, so far I could say it is something like ajax but on a next level though it could be something more.

I was wondering if I could use it with core PHP, any suggestions would be great.

like image 531
Abdulbasit Avatar asked Sep 17 '25 18:09

Abdulbasit


1 Answers

Thank you everyone, for your beautiful answers and explanations, after a time of research and playing with different tools I have found the right alternative to the laravel-livewire which I can use outside laravel, HTMX

It is a library that allows one to access modern browser features directly from HTML, rather than using javascript.

like image 119
Abdulbasit Avatar answered Sep 19 '25 09:09

Abdulbasit