pushing the php ecosystem forward — can’t stop, won’t stop

image

4

230

Hello Laravel developers! 🖐️

Which front-end technology do you usually integrate with #Laravel?

A) Alpine.js
B) Vue.js
C) React.js

7

175

honestly, schools should have an entire class to teach kids that bullying is not okay. the trauma caused by bullying can last a lifetime, affecting mental health, confidence, relationships, and more

4

524

Hey Laravel Developers

Did you know that when adding where conditionals in the Query Builder, you can use dynamic method names?

For example, if you want to fetch an order matching a particular quantity, you can call a dynamic method like whereQuantity($quantity) instead of using where('quantity', $quantity).

It just reads so much better! What do you think?

image

3

349