StatusCommand

StatusCommand class StatusCommand extends BaseCommand (View source) Methods void __construct(Migrator $migrator) Create a new migration rollback command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasAr

DatabaseNotification::newPivot()

Pivot newPivot(Model $parent, array $attributes, string $table, bool $exists) Create a new pivot model instance. Parameters Model $parent array $attributes string $table bool $exists Return Value Pivot

BelongsToMany::save()

Model save(Model $model, array $joining = array(), bool $touch = true) Save a new model and attach it to the parent model. Parameters Model $model array $joining bool $touch Return Value Model

EloquentUserProvider

EloquentUserProvider class EloquentUserProvider implements UserProvider (View source) Methods void __construct(Hasher $hasher, string $model) Create a new database user provider. Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. void updateRememberToken(Authenticatable $user, string $token)

CommandMakeCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

AppNameCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

SubscribeCommand deprecated::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

NotificationFake::sent()

Collection sent(mixed $notifiable, string $notification, callable|null $callback = null) Get all of the notifications matching a truth-test callback. Parameters mixed $notifiable string $notification callable|null $callback Return Value Collection

ClosureCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

Pluralizer::plural()

static string plural(string $value, int $count = 2) Get the plural form of an English word. Parameters string $value int $count Return Value string