Pivot::withHidden()

$this withHidden(array|string $attributes) deprecated deprecated since version 5.2. Use the "makeVisible" method directly. Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this

SessionGuard::user()

Authenticatable|null user() Get the currently authenticated user. Return Value Authenticatable|null

MakesHttpRequests::dontSeeLink()

$this dontSeeLink(string $text, string|null $url = null) Assert that a given link is not seen on the page. Parameters string $text string|null $url Return Value $this

MorphOneOrMany::touch()

void touch() Touch all of the related models for the relationship. Return Value void

Guard::getRequest()

Request getRequest() Get the current request instance. Return Value Request

Application::getCachedCompilePath()

string getCachedCompilePath() Get the path to the cached "compiled.php" file. Return Value string

SessionTableCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

SortedMiddleware::toArray()

array toArray() Get the collection of items as a plain array. Return Value array

User::fromDateTime()

string fromDateTime(DateTime|int $value) Convert a DateTime to a storable string. Parameters DateTime|int $value Return Value string

DatabaseManager::disconnect()

void disconnect(string $name = null) Disconnect from the given database. Parameters string $name Return Value void