bool publishPackage(string $package, string $packagePath = null) Publish a given package's assets to the publish path. Parameters string $package string $packagePath Return Value bool
static mixed push(string $job, mixed $data = '', string $queue = null, string $connection = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue string $connection Return Value mixed
void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void
void seed(string $class = 'DatabaseSeeder') Seed a given database connection. Parameters string $class Return Value void
Collection|array saveMany(Collection|array $models) Attach a collection of models to the parent instance. Parameters Collection|array $models Return Value Collection|array
int getPerPage() Get the number of models to return per page. Return Value int
void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void
static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
getMetadataBag() {@inheritdoc}
int count() Count the number of items in the collection. Return Value int
Page 323 of 996