ClearRemindersCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

ForgetFailedCommand::__construct()

void __construct() Create a new console command instance. Return Value void

FormRequest::capture()

static Request capture() Create a new Illuminate HTTP request from server variables. Return Value Request

SortedMiddleware::__construct()

void __construct(array $priorityMap, array $middlewares) Create a new Sorted Middleware container. Parameters array $priorityMap array $middlewares Return Value void

ClearCompiledCommand

ClearCompiledCommand class ClearCompiledCommand 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(

FileStore::flush()

void flush() Remove all items from the cache. Return Value void

TinkerCommand::askWithCompletion()

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

Event::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Builder::hasColumn()

bool hasColumn(string $table, string $column) Determine if the given table has a given column. Parameters string $table string $column Return Value bool

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