ServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

SQLiteConnection::flushQueryLog()

void flushQueryLog() Clear the query log. Return Value void

ListFailedCommand::hasOption()

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

PostgresConnection::flushQueryLog()

void flushQueryLog() Clear the query log. Return Value void

CreatesUserProviders

CreatesUserProviders trait CreatesUserProviders (View source) Methods UserProvider createUserProvider(string $provider) Create the user provider implementation for the driver.

Log::warning()

void warning(string $message, array $context = array()) Log a warning message to the logs. Parameters string $message array $context Return Value void

Hash::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

BeanstalkdQueue::bulk()

mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed

NotificationSent

NotificationSent class NotificationSent (View source) Properties mixed $notifiable The notifiable entity who received the notification. Notification $notification The notification instance. string $channel The channel name. mixed $response The channel's response.

CommandCreatorServiceProvider::package()

void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void