int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
array allDirectories(string|null $directory = null) Get all (recursive) of the directories within a given directory. Parameters string|null $directory Return Value array
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
string getReminderEmail() Get the e-mail address where password reminders are sent. Return Value string
string|false mimeType(string $path) Get the mime-type of a given file. Parameters string $path Return Value string|false
string content() Get the content of the response. Return Value string
int transactionLevel() Get the number of active transactions. Return Value int
bool totallyGuarded() Determine if the model is totally guarded. Return Value bool
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
array getAction() Get the action array for the route. Return Value array
Page 995 of 996