string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
array when() Get the events that trigger this service provider to register. Return Value array
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string
void __construct(Application $app) Create a new Auth manager instance. Parameters Application $app Return Value void
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string
void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void
Page 77 of 996