PasswordBrokerManager::getDefaultDriver()

string getDefaultDriver() Get the default password broker name. Return Value string

FormRequest::fullUrlIs()

bool fullUrlIs() Determine if the current request URL and query string matches a pattern. Return Value bool

Event::when()

$this when(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this

DatabaseNotificationCollection::forPage()

Collection forPage(int $page, int $perPage) "Paginate" the collection by slicing it into a smaller collection. Parameters int $page int $perPage Return Value Collection

SqlServerConnector::createConnection()

PDO createConnection(string $dsn, array $config, array $options) Create a new PDO connection. Parameters string $dsn array $config array $options Return Value PDO

Command::ask()

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

ResetPassword

ResetPassword class ResetPassword extends Notification (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers

RollbackCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

RemindersTableCommand::argument()

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

HandleQueuedMessage::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array