Framework
class Framework
Class Framework wraps important components that we use from Laravel's framework. Components like Config, Validator, Request, Response.
..
Methods
mixed
__get($name)
Magic method so we can call $this->Config instead of $this->Config()
Details
at line 18
mixed
__get($name)
Magic method so we can call $this->Config instead of $this->Config()