Depends. The problem with classing a class directly is that it couples your application to that class. It also hinders testing because you can't mock the class. If those things are important, use them. If not, it's a waste of time.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community