PolicyMakeCommand::__construct()

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

MySqlConnection::update()

int update(string $query, array $bindings = array()) Run an update statement against the database. Parameters string $query array $bindings Return Value int

RouteCacheCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

Arrayable::toArray()

array toArray() Get the instance as an array. Return Value array

Builder::whereNotBetween()

Builder|Builder whereNotBetween(string $column, array $values, string $boolean = 'and') Add a where not between statement to the query. Parameters string $column array $values string $boolean Return Value Builder|Builder

User::morphOne()

MorphOne morphOne(string $related, string $name, string $type = null, string $id = null, string $localKey = null) Define a polymorphic one-to-one relationship. Parameters string $related string $name string $type string $id string $localKey Return Value MorphOne

RequestMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

Form::swap()

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

Unique::whereNull()

$this whereNull(string $column) Set a "where null" constraint on the query. Parameters string $column Return Value $this

ConsoleSupportServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array