@tech-trials

Sometimes you see or learn something but you skim over it so quick or haven't been in a situation where you needed it, then later on you do see a use for it but forgot about it, what you did was basically just highlight the information already available so that I can go "Ahh okay now I get it". Thanks!

Like sometimes you learn things you don't need to know at the start and forget about it later on, and with so much to learn you don't always think of going back to the things you already went over in the past.

@ゲンスルー-g2q

I'd personally love it if folks sharing Laravel tips could mention the version they're for. Makes life easier for everyone! 😄

@r.chitector

Thanks a  lot! Great tips and several of them are new for me! We want more! :)

@kenan.recebli

there are also methods abort_if and abort_unless, which are also shorten abort conditionals

@ABODY734

thank you for this video all of these tips didn't know any of them despite being in laravel documentation 24 / 7

@NathanSmith-RSA

Thanks for the vidoe here on YouTube since most people are no longer on Twitter 😂 not X I heard you there

@advier01

nice, it shows how much information the documentation have that i will never find by myself 😆

@Flankymanga

The PEST architectural test tip is nice..... I would be interrested to know more what PEST can do.

@icantchosemyname

On tip 10 with route to view, avoid calling à function to pass data from eloquent for instance, to the view. The function Will be called each time the backend receives à request and the route file is parsed.

@nicolaslucianoismaeljara5604

Muy bueno!!! You have fans speaking spanish too 😀

@VadimBesedin

Nice set of tips, thank you.

@fulufheloful

I think most people don't read the documentation unless they're looking for a specific thing. Myself included

@ricko13

nice!






and btw I agree it's twitter not "X"

@SXsoft99

People not reading docs is a pain
Also in regards to the "clone" you should probably tell people what happens under the hood, meaning the way that memory is allocated. Cloning an object is something more advanced in the OOP section and a lot of people, either coming from bootcamps or university, don't know about. If you don't you will run in the problem that people on social media applaud you just because you sound smart
In regards to validating "nullable" vs "sometimes required", nullable from what i remember requires the key to exist in the payload but can have value null, while sometimes applied a isset check

@ravi_sorathiya

Know most of this but still i liked this concept of teaching 😀

@PabloZagni

I love your youtube videos, I don't miss anyone. I follow you in Twitter, but Twitter shows a lot of feeds I don't whant. I dont see all your tweets.

@qurandeep_com

Thank you very much (from Uzbekistan, Fergana)

@julienSibille

Yes tips ones are great !

@alonsoramirezpaez3259

Sorry for my ignorance, but, is there some way to apply the second tip (arch tests), but using PHPUNIT instead of Pest?

@victorkutenko9281

how beneficial (or not) is using clone for queries comparing to just working with the initial collection?