Sometimes the Laravel IDE Helper
Since php7 we can use grouped use statements to make multiple classes of a namespace available through a single use statement. Let's take a look at this approach and how we can benefit from it.
Today we are going to look at this weird thing called double negations in PHP and what they are used for. And just to be clear, I'm talking about using !!
in PHP 😉
Ever needed to share logic between two php classes without extending another class? Introducing php traits! 🤩