DatabaseManager::purge()

void purge(string $name = null) Disconnect from the given database and remove from local cache. Parameters string $name Return Value void

TestCase::assertViewHasAll()

$this assertViewHasAll(array $bindings) Assert that the view has a given list of bound data. Parameters array $bindings Return Value $this

Str::quickRandom()

static string quickRandom(int $length = 16) deprecated deprecated since version 5.3. Use the "random" method directly. Generate a "random" alpha-numeric string. Should not be considered sufficient for cryptography, etc. Parameters int $length Return Value string

Validator::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Collection::add()

$this add(mixed $item) Add an item to the collection. Parameters mixed $item Return Value $this

MakeAuthCommand::ask()

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

ClosureCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

SQLiteGrammar::compileAdd()

array compileAdd(Blueprint $blueprint, Fluent $command) Compile alter table commands for adding columns. Parameters Blueprint $blueprint Fluent $command Return Value array

NotificationMakeCommand::ask()

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

MorphPivot::touchOwners()

void touchOwners() Touch the owning relations of the model. Return Value void