string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
void __construct(Application $app) Create a new Auth manager instance. Parameters Application $app Return Value void
string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
array when() Get the events that trigger this service provider to register. Return Value array
bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool
string anticipate(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 orderByRaw(string $sql, array $bindings = array()) Add a raw "order by" clause to the query. Parameters string $sql array $bindings Return Value $this
$this withErrors(MessageProvider|array $provider) Add validation errors to the view. Parameters MessageProvider|array $provider Return Value $this
Page 565 of 996