LengthAwarePaginator::lastPage()

int lastPage() Get the last page. Return Value int

CallbackEvent::everyTenMinutes()

$this everyTenMinutes() Schedule the event to run every ten minutes. Return Value $this

Route::secure()

bool secure() Determine if the route only responds to HTTPS requests. Return Value bool

Blueprint::bigIncrements()

Fluent bigIncrements(string $column) Create a new auto-incrementing big integer (8-byte) column on the table. Parameters string $column Return Value Fluent

Redirector::getUrlGenerator()

UrlGenerator getUrlGenerator() Get the URL generator instance. Return Value UrlGenerator

BelongsToMany

BelongsToMany class BelongsToMany extends Relation (View source) Methods void __construct(Builder $query, Model $parent, string $table, string $foreignKey, string $otherKey, string $relationName = null) Create a new belongs to many relationship instance. void addConstraints() Set the base constraints on the relation query. void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. array initRelation(array $models, string $relation) Initia

DatabaseNotification::setCreatedAt()

$this setCreatedAt(mixed $value) Set the value of the "created at" attribute. Parameters mixed $value Return Value $this

Kernel::terminate()

void terminate(InputInterface $input, int $status) Terminate the application. Parameters InputInterface $input int $status Return Value void

BelongsToMany::getParent()

Model getParent() Get the parent model of the relation. Return Value Model

RestartCommand::__construct()

void __construct() Create a new console command instance. Return Value void