Kernel::getApplication()

Application getApplication() Get the Laravel application instance. Return Value Application

BelongsTo::getQualifiedParentKeyName()

string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string

CacheTableCommand::line()

void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void

FormRequest::format()

string format(string $default = 'html') Get the data format expected in the response. Parameters string $default Return Value string

Blueprint::boolean()

Fluent boolean(string $column) Create a new boolean column on the table. Parameters string $column Return Value Fluent

RouteCacheCommand::__construct()

void __construct(Filesystem $files) Create a new route command instance. Parameters Filesystem $files Return Value void

MySqlBuilder

MySqlBuilder class MySqlBuilder extends Builder (View source) Methods void __construct(Connection $connection) Create a new database Schema manager. from Builder bool hasTable(string $table) Determine if the given table exists. bool hasColumn(string $table, string $column) Determine if the given table has a given column. from Builder bool hasColumns(string $table, array $columns) Determine if the given table has given columns. from Builder array getColumnListing(string $t

Builder::orWhereRaw()

Builder|Builder orWhereRaw(string $sql, array $bindings = array()) Add a raw or where clause to the query. Parameters string $sql array $bindings Return Value Builder|Builder

UpCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

RemindersTableCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string