One of my favorite PHP features to use in my Laravel projects is Traits. Traits enable you to inherit multiple behaviors in PHP OOP since PHP only allows classes to inherit from one parent. I'm about to show you one of my favorite ways in which I imp...
blog.lloydmiller.dev3 min read
So cool! Never thought of using a command to create traits. I'm wondering how would you use DayTimeTrait?
Priya Raimagiya
Nice article!