Laravel Facades Part Three: Creating Custom Facades
…ere does not need to possibly hundreds of instances of Calculator created: many consumers of the class can share a single instance (note that not all classes should be bound as a singleton). The important part is that we have an service container...