RedisBroadcaster

RedisBroadcaster class RedisBroadcaster extends Broadcaster (View source) Methods $this channel(string $channel, callable $callback) Register a channel authenticator. from Broadcaster void __construct(Database $redis, string $connection = null) Create a new broadcaster instance. mixed auth(Request $request) Authenticate the incoming request for a given channel. mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. voi

Filesystem::dirname()

string dirname(string $path) Extract the parent directory from a file path. Parameters string $path Return Value string

CacheTableCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

RouteListServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

WorkCommand::fire()

void fire() Execute the console command. Return Value void

ListenCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

Artisan::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

ModelMakeCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

ModelMakeCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

JobMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int