void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
void call(string $class) Seed the given connection from the given path. Parameters string $class Return Value void
Model getRelated() Get the related model of the relation. Return Value Model
$this onQueue(string|null $queue) Set the desired queue for the job. Parameters string|null $queue Return Value $this
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
void fire() Execute the console command. Return Value void
bool touch() Update the model's update timestamp. Return Value bool
static Collection|Model[] all(array|mixed $columns = array('*')) Get all of the models from the database. Parameters array|mixed $columns Return Value Collection|Model[]
int artisan(string $command, array $parameters = array()) Call artisan command and return code. Parameters string $command array $parameters Return Value int
void deleteExpired() Delete expired tokens. Return Value void
Page 804 of 996