WorkCommand::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

Repository

Repository class Repository implements ArrayAccess, Repository (View source) Methods void __construct(array $items = array()) Create a new configuration repository. bool has(string $key) Determine if the given configuration value exists. mixed get(string $key, mixed $default = null) Get the specified configuration value. void set(array|string $key, mixed $value = null) Set a given configuration value. void prepend(string $key, mixed $value) Prepend a value onto an arra

MaintenanceModeException

MaintenanceModeException class MaintenanceModeException extends ServiceUnavailableHttpException (View source) Properties int $wentDownAt When the application was put in maintenance mode. Carbon $retryAfter The number of seconds to wait before retrying. Carbon $willBeAvailableAt When the application should next be available.

Contracts\Bus

Illuminate\Contracts\Bus Interfaces Dispatcher HandlerResolver QueueingDispatcher SelfHandling

MigrateCommand

MigrateCommand class MigrateCommand extends BaseCommand (View source) Traits ConfirmableTrait

Filesystem::deleteDirectory()

bool deleteDirectory(string $directory) Recursively delete a directory. Parameters string $directory Return Value bool

ClearCompiledCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

ReminderServiceProvider::register()

void register() Register the service provider. Return Value void

HasOneOrMany::rawUpdate()

int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int

Writer::alert()

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