string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Illuminate\Log Classes LogServiceProvider Writer
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static bool startsWith(string $haystack, string|array $needles) Determine if a given string starts with a given substring. Parameters string $haystack string|array $needles Return Value bool
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
$this setBindings(array $bindings, string $type = 'where') Set the bindings on the query builder. Parameters array $bindings string $type Return Value $this Exceptions InvalidArgumentException
bool exists(string $path) Determine if a file or directory exists. Parameters string $path Return Value bool
bool isGuarded(string $key) Determine if the given key is guarded. Parameters string $key Return Value bool
void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
Page 148 of 996