Radiate\Support\Facades

A Facade is a static interface to a class that is bound to the service container.

Radiate provides Facades to almost all of it's features for an elegant, fluid API.

FacadeClassService Container Binding
AppRadiate\Foundation\Applicationapp
AuthRadiate\Auth\AuthManagerauth
CacheRadiate\Cache\Repositorycache
ConfigRadiate\Config\Repositoryconfig
CryptRadiate\Encryption\Encryptorencrypter
DBRadiate\Database\DatabaseManagerdb
DB (Instance)Radiate\Database\Connectiondb.connection
EventRadiate\Events\Dispatcherevents
FileRadiate\Filesystem\Filesystemfiles
GateRadiate\Auth\Access\Gategate
HttpRadiate\Http\Client\Factory
MailRadiate\Mail\Mailermailer
RequestRadiate\Http\Requestrequest
RouteRadiate\Routing\Routerrouter
UrlRadiate\Routing\UrlGeneratorurl
ValidatorRadiate\Validation\Factoryvalidator
ViewRadiate\View\Factoryview