UploadedFile::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

MySqlGrammar::wrap()

string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string

Pivot::update()

bool|int update(array $attributes = array(), array $options = array()) Update the model in the database. Parameters array $attributes array $options Return Value bool|int

CreatesUserProviders::createUserProvider()

UserProvider createUserProvider(string $provider) Create the user provider implementation for the driver. Parameters string $provider Return Value UserProvider Exceptions InvalidArgumentException

DownCommand::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

TestCase::expectsEvents()

$this expectsEvents(array|string $events) Specify a list of events that should be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters array|string $events Return Value $this Exceptions Exception

HasMany::save()

Model save(Model $model) Attach a model instance to the parent model. Parameters Model $model Return Value Model

DatabaseMigrationRepository::createRepository()

void createRepository() Create the migration repository data store. Return Value void

DatabaseNotification::unguard()

static void unguard(bool $state = true) Disable all mass assignable restrictions. Parameters bool $state Return Value void

SortedMiddleware::forPage()

Collection forPage(int $page, int $perPage) "Paginate" the collection by slicing it into a smaller collection. Parameters int $page int $perPage Return Value Collection