string|false store(string $path, string|null $disk = null) Store the uploaded file on a filesystem disk. Parameters string $path string|null $disk Return Value string|false
$this describe(string $description) Set the description for the command. Parameters string $description Return Value $this
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
bool viaRemember() Determine if the user was authenticated via "remember me" cookie. Return Value bool
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
string getDefaultConnection() Get the default connection name. Return Value string
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
$this after(callable $callback) Register a callback to run after all Gate checks. Parameters callable $callback Return Value $this
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
Page 67 of 996