AuthenticatesUsers::username()

string username() Get the login username to be used by the controller. Return Value string

SQLiteGrammar::compileDropColumn()

array compileDropColumn(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a drop column command. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array

MorphToMany::getQuery()

Builder getQuery() Get the underlying query for the relation. Return Value Builder

User::updated()

static void updated(Closure|string $callback, int $priority) Register an updated model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

SQLiteGrammar::compileDropIndex()

string compileDropIndex(Blueprint $blueprint, Fluent $command) Compile a drop index command. Parameters Blueprint $blueprint Fluent $command Return Value string

SQLiteGrammar::compileIndex()

string compileIndex(Blueprint $blueprint, Fluent $command) Compile a plain index key command. Parameters Blueprint $blueprint Fluent $command Return Value string

Builder::paginate()

LengthAwarePaginator paginate(int $perPage = 15, array $columns = array('*'), string $pageName = 'page', int|null $page = null) Paginate the given query into a simple paginator. Parameters int $perPage array $columns string $pageName int|null $page Return Value LengthAwarePaginator

QueueableEntity

QueueableEntity interface QueueableEntity (View source) Methods mixed getQueueableId() Get the queueable identity for the entity.

MemcachedStore::getMemcached()

Memcached getMemcached() Get the underlying Memcached connection. Return Value Memcached

SQLiteConnector::createConnection()

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