PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Support
/
Facades
<?php namespace Illuminate\Support\Facades; use Illuminate\Contracts\Broadcasting\Factory as BroadcastingFactoryContract; /** * @method static \Illuminate\Broadcasting\Broadcasters\Broadcaster channel(string $channel, callable|string $callback, array $options = []) * @method static mixed auth(\Illuminate\Http\Request $request) * @method static \Illuminate\Contracts\Broadcasting\Broadcaster connection($name = null); * @method static void routes(array $attributes = null) * @method static \Illuminate\Broadcasting\BroadcastManager socket($request = null) * * @see \Illuminate\Contracts\Broadcasting\Factory */ class Broadcast extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return BroadcastingFactoryContract::class; } }
[-] DB.php
[edit]
[-] Mail.php
[edit]
[-] RateLimiter.php
[edit]
[-] Artisan.php
[edit]
[-] Lang.php
[edit]
[-] Auth.php
[edit]
[-] Facade.php
[edit]
[-] Blade.php
[edit]
[-] Session.php
[edit]
[-] File.php
[edit]
[-] Schema.php
[edit]
[-] Cookie.php
[edit]
[+]
..
[-] Date.php
[edit]
[-] View.php
[edit]
[-] Config.php
[edit]
[-] Route.php
[edit]
[-] Http.php
[edit]
[-] Request.php
[edit]
[-] Redirect.php
[edit]
[-] Crypt.php
[edit]
[-] Log.php
[edit]
[-] Validator.php
[edit]
[-] Gate.php
[edit]
[-] Event.php
[edit]
[-] Queue.php
[edit]
[-] Storage.php
[edit]
[-] App.php
[edit]
[-] Bus.php
[edit]
[-] Notification.php
[edit]
[-] Broadcast.php
[edit]
[-] ParallelTesting.php
[edit]
[-] URL.php
[edit]
[-] Password.php
[edit]
[-] Hash.php
[edit]
[-] Redis.php
[edit]
[-] Cache.php
[edit]
[-] Response.php
[edit]