ibrahimtabash's avatar

ibrahimtabash liked a comment+100 XP

4w ago

Everything New in Livewire 4: Ep 3, Page Components

I've used livewire 4 beta since the start and I do have to admit that I love it. The combo Laravel + Livewire + Alpine is fantastic. The syntax is really simple to understand and figure out. The code is pretty and intuitive.

If I can just share my opinion on something, I'd say that the commands don't always feel super intuitive (at least for me).

For example,

  • if u create a layout, you use the command : artisan livewire:layout
  • if u create a page, you use the command : artisan make:livewire pages::post.create

It feels inconsistent to me as livewire can be a prefix and a suffix in the command.

Maybe, it would be cool if we could customize (idk if it's possible) the commands to be something like :

  • artisan livewire:layout
  • artisan livewire:pages post.create
  • artisan livewire:component button

I hope theses feedbacks may help or give ideas.

Thanks anyway for the amazing release of this V4 and have a great day.

ibrahimtabash's avatar

ibrahimtabash liked a comment+100 XP

1mo ago

Laravel From Scratch (2026 Edition): Ep 43, Where To Go From Here

@yaqoob_01 Hi, Can You Plz Share You Git-Repo For This Series, That Would Be Helpful. My Mail [email protected]

ibrahimtabash's avatar

ibrahimtabash wrote a comment+100 XP

1mo ago

Laravel From Scratch (2026 Edition): Ep 43, Where To Go From Here

Can any one share the repo link please i have some problems with my code ?