QueueFake::pushed()

Collection pushed(string $job, callable|null $callback = null) Get all of the jobs matching a truth-test callback. Parameters string $job callable|null $callback Return Value Collection

Encrypter::decrypt()

string decrypt(string $payload) Decrypt the given value. Parameters string $payload Return Value string Exceptions DecryptException

Builder::selectRaw()

Builder|Builder selectRaw(string $expression, array $bindings = array()) Add a new "raw" select expression to the query. Parameters string $expression array $bindings Return Value Builder|Builder

HasMany::addConstraints()

void addConstraints() Set the base constraints on the relation query. Return Value void

Model::getVisible()

array getVisible() Get the visible attributes for the model. Return Value array

HasMany::getPlainForeignKey()

string getPlainForeignKey() Get the plain foreign key. Return Value string

TestCase::dump()

void dump() Dump the content from the last response. Return Value void

Filesystem::isDirectory()

bool isDirectory(string $directory) Determine if the given path is a directory. Parameters string $directory Return Value bool

Filesystem::put()

bool put(string $path, string|resource $contents, string $visibility = null) Write the contents of a file. Parameters string $path string|resource $contents string $visibility Return Value bool

HasMany::firstOrCreate()

Model firstOrCreate(array $attributes) Get the first related record matching the attributes or create it. Parameters array $attributes Return Value Model