Cloud::move()

bool move(string $from, string $to) Move a file to a new location. Parameters string $from string $to Return Value bool

HandleExceptions::handleShutdown()

void handleShutdown() Handle the PHP shutdown event. Return Value void

SqlServerConnection::disableQueryLog()

void disableQueryLog() Disable the query log on the connection. Return Value void

AssertionsTrait

AssertionsTrait trait AssertionsTrait (View source) Methods void assertResponseOk() Assert that the client response has an OK status code. void assertResponseStatus(int $code) Assert that the client response has a given code. void assertViewHas(string|array $key, mixed $value = null) Assert that the response view has a given piece of bound data. void assertViewHasAll(array $bindings) Assert that the view has a given list of bound data. void assertViewMissing(string $ke

InstallCommand::__construct()

void __construct(MigrationRepositoryInterface $repository) Create a new migration install command instance. Parameters MigrationRepositoryInterface $repository Return Value void

Gate::authorize()

Response authorize(string $ability, array|mixed $arguments = array()) Determine if the given ability should be granted for the current user. Parameters string $ability array|mixed $arguments Return Value Response Exceptions AuthorizationException

Application::basePath()

string basePath() Get the base path of the Laravel installation. Return Value string

DatabaseNotificationCollection::flatten()

Collection flatten(int $depth = INF) Get a flattened array of the items in the collection. Parameters int $depth Return Value Collection

ClearResetsCommand::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

Pivot::setConnectionResolver()

static void setConnectionResolver(ConnectionResolverInterface $resolver) Set the connection resolver instance. Parameters ConnectionResolverInterface $resolver Return Value void