Facades service container இல் உள்ள classes களுக்கு clean, static போன்ற interface வழங்குகின்றன — எடுத்துக்காட்டாக Cache::get(), DB::table(), Route::get(). இவை static method calls போல் தெரிகிறது ஆனால் உண்மையில் service container இல் இருந்து resolve செய்யப்பட்ட underlying objects களுக்கு proxy செய்கிறது, static syntax இன் வசதியுடன் dependency injection இன் testability யை இணைக்கிறது.
