RestartCommand

RestartCommand class RestartCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(string|int $

DatabaseNotification::deleted()

static void deleted(Closure|string $callback, int $priority) Register a deleted model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

HasOne::getForeignKey()

string getForeignKey() Get the foreign key for the relationship. Return Value string

ApcStore::get()

mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed

SessionTableCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

ConfigClearCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Str::camel()

static string camel(string $value) Convert a value to camel case. Parameters string $value Return Value string

ApplicationTrait::be()

void be(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. Parameters Authenticatable $user string|null $driver Return Value void

ImpersonatesUsers::be()

void be(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. Parameters Authenticatable $user string|null $driver Return Value void

Mailable::view()

$this view(string $view, array $data = array()) Set the view and view data for the message. Parameters string $view array $data Return Value $this