void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
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
void __construct(mixed $value) Create a new raw query expression. Parameters mixed $value Return Value void
Page 306 of 996