SQLiteGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

SQLiteConnection::getConfig()

mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed

Session\Middleware

Illuminate\Session\Middleware Classes StartSession

Connection::setSchemaGrammar()

void setSchemaGrammar(Grammar $grammar) Set the schema grammar used by the connection. Parameters Grammar $grammar Return Value void

EventFake::fire()

array|null fire(string|object $event, mixed $payload = array(), bool $halt = false) Fire an event and call the listeners. Parameters string|object $event mixed $payload bool $halt Return Value array|null

SortedMiddleware::pluck()

Collection pluck(string $value, string|null $key = null) Get the values of a given key. Parameters string $value string|null $key Return Value Collection

Auth\Notifications

Illuminate\Auth\Notifications Classes ResetPassword

Writer::useDailyFiles()

void useDailyFiles(string $path, int $days, string $level = 'debug') Register a daily file log handler. Parameters string $path int $days string $level Return Value void

MorphPivot::morphMany()

MorphMany morphMany(string $related, string $name, string $type = null, string $id = null, string $localKey = null) Define a polymorphic one-to-many relationship. Parameters string $related string $name string $type string $id string $localKey Return Value MorphMany

SQLiteConnection::commit()

void commit() Commit the active database transaction. Return Value void