Facades provide a clean, static-like interface to classes in the service container — e.g. Cache::get(), DB::table(), Route::get(). They look like static method calls but actually proxy to underlying objects resolved from the container, combining static syntax convenience with the testability of dependency injection.
