MySqlGrammar::compileDropUnique()

string compileDropUnique(Blueprint $blueprint, Fluent $command) Compile a drop unique key command. Parameters Blueprint $blueprint Fluent $command Return Value string

NullQueue::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

SeedCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

Repository::push()

void push(string $key, mixed $value) Push a value onto an array configuration value. Parameters string $key mixed $value Return Value void

MigrateMakeCommand::warn()

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

SqsQueue::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

DatabaseNotification::setConnectionResolver()

static void setConnectionResolver(ConnectionResolverInterface $resolver) Set the connection resolver instance. Parameters ConnectionResolverInterface $resolver Return Value void

DatabaseNotificationCollection::pull()

mixed pull(mixed $key, mixed $default = null) Get and remove an item from the collection. Parameters mixed $key mixed $default Return Value mixed

AuthenticateWithBasicAuth::handle()

mixed handle(Request $request, Closure $next, string|null $guard = null) Handle an incoming request. Parameters Request $request Closure $next string|null $guard Return Value mixed

CallQueuedHandler

CallQueuedHandler class CallQueuedHandler (View source) Methods void __construct(Dispatcher $dispatcher) Create a new handler instance. void call(Job $job, array $data) Handle the queued job. void failed(array $data, Exception $e) Call the failed method on the job instance.