string getRecallerName() Get the name of the cookie used to store the "recaller". Return Value string
string links(string|null $view = null) Render the paginator using the given view. Parameters string|null $view Return Value string
int append(string $path, string $data) Append to a file. Parameters string $path string $data Return Value int
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
string version() Get the version number of the application. Return Value string
void useDefaultQueryGrammar() Set the query grammar to the default implementation. Return Value void
bool attempt(array $credentials = array(), bool $remember = false, bool $login = true) Attempt to authenticate a user using the given credentials. Parameters array $credentials bool $remember bool $login Return Value bool
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
mixed getRelationValue(string $key) Get a relationship. Parameters string $key Return Value mixed
Page 987 of 996