string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder
array createMany(array $records) Create an array of new instances of the related model. Parameters array $records Return Value array
int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int
string createdAt() Get the name of the "created at" column. Return Value string
$this dontSeeIsAuthenticated(string|null $guard = null) Assert that the user is not authenticated. Parameters string|null $guard Return Value $this
Model getParent() Get the parent model of the relation. Return Value Model
void __construct(string $token) Create a notification instance. Parameters string $token Return Value void
bool hasBeenBootstrapped() Determine if the application has been bootstrapped before. Return Value bool
Page 797 of 996