void bootstrapWith(array $bootstrappers) Run the given array of bootstrap classes. Parameters array $bootstrappers Return Value void
string getDisabledTextWrapper(string $text) Get HTML wrapper for disabled text. Parameters string $text Return Value string
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
void dropIfExists(string $table) Drop a table from the schema if it exists. Parameters string $table Return Value void
string getMorphType() Get the foreign key "type" name. Return Value string
Collection sort(callable $callback = null) Sort through each item with a callback. Parameters callable $callback Return Value Collection
static array divide(array $array) Divide an array into two arrays. One with keys and the other with values. Parameters array $array Return Value array
Page 308 of 996