PostgresConnection::reconnect()

void reconnect() Reconnect to the database. Return Value void Exceptions LogicException

BladeCompiler::compile()

void compile(string $path = null) Compile the view at the given path. Parameters string $path Return Value void

MorphPivot::getFillable()

array getFillable() Get the fillable attributes for the model. Return Value array

Builder::whereExists()

$this whereExists(Closure $callback, string $boolean = 'and', bool $not = false) Add an exists clause to the query. Parameters Closure $callback string $boolean bool $not Return Value $this

ConfigClearCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

Connection::setDatabaseName()

string setDatabaseName(string $database) Set the name of the connected database. Parameters string $database Return Value string

PasswordResetServiceProvider::compiles()

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

Support\Traits

Illuminate\Support\Traits Classes CapsuleManagerTrait MacroableTrait

Job::getName()

string getName() Get the name of the queued job class. Return Value string

Schema::swap()

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