Dispatcher::firing()

string firing() Get the event that is currently firing. Return Value string

ViewPublisher::publish()

void publish(string $package, string $source) Publish view files from a given path. Parameters string $package string $source Return Value void

User::onWriteConnection()

static Builder onWriteConnection() Begin querying the model on the write connection. Return Value Builder

MorphPivot::fillable()

$this fillable(array $fillable) Set the fillable attributes for the model. Parameters array $fillable Return Value $this

Composer::__construct()

void __construct(Filesystem $files, string|null $workingPath = null) Create a new Composer manager instance. Parameters Filesystem $files string|null $workingPath Return Value void

CallbackEvent::when()

$this when(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this

MorphTo::getQualifiedOtherKeyName()

string getQualifiedOtherKeyName() Get the fully qualified associated key of the relationship. Return Value string

MocksApplicationServices

MocksApplicationServices trait MocksApplicationServices (View source) Methods $this expectsEvents(array|string $events) Specify a list of events that should be fired for the given operation. $this doesntExpectEvents(array|string $events) Specify a list of events that should not be fired for the given operation. $this expectsModelEvents(string $model, array|string $events) Specify a list of events that should be fired for the given operation. $this doesntExpectModelEvents(st

UploadedFile::clientExtension()

string clientExtension() Get the file's extension supplied by the client. Return Value string

CallbackEvent::daily()

$this daily() Schedule the event to run daily. Return Value $this