There are three components to generating a Facade:
1 - The wanna be Facade Class, (the class that needs to become a facade).
2 - The Facade required Class, (which tells Laravel which registered class it pertains to)
3 - A Service Provider, (which registers the Facade class in the App container)