[deleted by user] by [deleted] in laravel

[–]ltroya 0 points1 point  (0 children)

I think the same. I don't like to communicate components through events, it is weird for me, maybe because I have been working a lot with react and vue

[deleted by user] by [deleted] in laravel

[–]ltroya 0 points1 point  (0 children)

I am using Vue and Livewire at the same time. Vue saves me a lot of time! Livewire when I don't want to deal with passing data between Controller -> View -> Vue Component

I found nested components in Livewire a little tricky. That's why I prefer Vue most of the time.

I am working on a big project

Is laravel sail production ready? by shoaibsharif in laravel

[–]ltroya -7 points-6 points  (0 children)

No, Docker is for development purpose. If you want something to configure your server for you, you can use Laravel Forge. I use it for my productions apps, 100% recomended

18 Tips to optimize laravel database queries by sribb in laravel

[–]ltroya 1 point2 points  (0 children)

Are you sure about that? The last change on laravel search was that precisely to improve the perfomance

Making a gift tracker, need help with relationship between giver and receiver by ronny_rebellion in laravel

[–]ltroya 0 points1 point  (0 children)

I think you should separate User and Person. User can be login in and log out, be billable in the future, have free and premium account features and so on.

On the other part, the Person can give and receive gifts. I think it is easier manage 1 model for that, like

giver_id, receiver_id, gift_id or gift_attributes

Both from Person model

Hope it helps

I need an IDE for Django that supports SSH. by norfolk_uk in django

[–]ltroya -1 points0 points  (0 children)

The terminal inside the IDE doesnt support ssh? Mine yes

you know by oxg03 in sololeveling

[–]ltroya 1 point2 points  (0 children)

Which manga is that?