DEV Community

Discussion on: How does Laravel make methods available?

Collapse
 
bgallagh3r profile image
Brian Gallagher

Best bet is to dig into the code yourself. But the basic answer is that they are helper methods that return objects either via the IoC container or use a factory to create the object.