Login::__construct()

void __construct(Authenticatable $user, bool $remember) Create a new event instance. Parameters Authenticatable $user bool $remember Return Value void

SqlServerGrammar::compileUnique()

string compileUnique(Blueprint $blueprint, Fluent $command) Compile a unique key command. Parameters Blueprint $blueprint Fluent $command Return Value string

Blueprint::toSql()

array toSql(Connection $connection, Grammar $grammar) Get the raw SQL statements for the blueprint. Parameters Connection $connection Grammar $grammar Return Value array

PostgresGrammar::wrap()

string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string

ChannelManager::driver()

mixed driver(string $driver = null) Get a driver instance. Parameters string $driver Return Value mixed

StartSession

StartSession class StartSession (View source) Methods void __construct(SessionManager $manager) Create a new session middleware. mixed handle(Request $request, Closure $next) Handle an incoming request. void terminate(Request $request, Response $response) Perform any final actions for the request lifecycle. SessionInterface getSession(Request $request) Get the session implementation from the manager.

TestCase::handle()

$this handle(Request $request) Send the given request through the application. This method allows you to fully customize the entire Request object. Parameters Request $request Return Value $this

ValidatesRequests

ValidatesRequests trait ValidatesRequests (View source) Methods void validateWith(Validator|array $validator, Request $request = null) Run the validation routine against the given validator. void validate(Request $request, array $rules, array $messages = array(), array $customAttributes = array()) Validate the given request with the given rules. void validateWithBag(string $errorBag, Request $request, array $rules, array $messages = array(), array $customAttributes = array()) Va

MySqlConnection::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance on the connection. Parameters Dispatcher $events Return Value void

SQLiteConnection::logQuery()

void logQuery(string $query, array $bindings, float|null $time = null) Log a query in the connection's query log. Parameters string $query array $bindings float|null $time Return Value void