this post was submitted on 01 Nov 2024
6 points (100.0% liked)

General Programming Discussion

8253 readers
9 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 6 years ago
MODERATORS
 

I’m thinking of learning it

you are viewing a single comment's thread
view the rest of the comments
[–] CHOPSTEEQ@lemmy.ml 4 points 5 months ago (4 children)

If you want to use PHP, and you want to be productive, there’s no other choice in my opinion. I will say, the brain behind it is quite opinionated and most of those opinions are correct. If you don’t agree with those opinions, you will probably find yourself hating it and fighting the Laravel Magic. Give in to the magic and get shit done.

[–] TheDoctor@hexbear.net 1 points 5 months ago* (last edited 5 months ago) (3 children)

I use PHP daily. The only thing that seems overly magical on a cursory glance is Livewire, but I’ll probably end up using Solid for the frontend anyway.

[–] lelgenio@lemmy.ml 2 points 5 months ago (1 children)

Yeah, we tried using Livewire at work, wouldn't recommend it for any usecase. Very buggy and unfinished, many times you'll still need to fallback to JS, passing certain data types to Livewire components is just not supported.

[–] TheDoctor@hexbear.net 1 points 5 months ago

Is it bad if my first reaction to this is “I can fix her”? Like I feel like if I could just use it as a component system and pass simple types as props it would work nicely. But I suppose That defeats the purpose anyway. It sounds like a pain to use for anything beyond basic contexts.

load more comments (1 replies)
load more comments (1 replies)