Storage::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

MigrationPublisher

MigrationPublisher class MigrationPublisher (View source) Methods void __construct(Filesystem $files) Create a new migration publisher instance. array publish(string $source, string $destination) Publish the given package's migrations. bool migrationExists(string $migration, string $destination) Determine if the migration is already published. array getExistingMigrationNames(string $destination) Get the existing migration names from the destination.

Guard::user()

Authenticatable|null user() Get the currently authenticated user. Return Value Authenticatable|null

Factory::getDispatcher()

Dispatcher getDispatcher() Get the event dispatcher instance. Return Value Dispatcher

User::addGlobalScope()

static mixed addGlobalScope(Scope|Closure|string $scope, Closure $implementation = null) Register a new global scope on the model. Parameters Scope|Closure|string $scope Closure $implementation Return Value mixed Exceptions InvalidArgumentException

RetrievesMultipleKeys::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

MorphPivot::getUpdatedAtColumn()

string getUpdatedAtColumn() Get the name of the "updated at" column. Return Value string

SortedMiddleware::only()

Collection only(mixed $keys) Get the items with the specified keys. Parameters mixed $keys Return Value Collection

Mailable::text()

$this text(string $textView, array $data = array()) Set the plain text view for the message. Parameters string $textView array $data Return Value $this

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