Guard::getRecallerName()

string getRecallerName() Get the name of the cookie used to store the "recaller". Return Value string

Paginator::links()

string links(string|null $view = null) Render the paginator using the given view. Parameters string|null $view Return Value string

Filesystem::append()

int append(string $path, string $data) Append to a file. Parameters string $path string $data Return Value int

ConfigPublishCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

RedisTaggedCache::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Application::version()

string version() Get the version number of the application. Return Value string

SqlServerConnection::useDefaultQueryGrammar()

void useDefaultQueryGrammar() Set the query grammar to the default implementation. Return Value void

SessionGuard::attempt()

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

RequestMakeCommand::table()

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

MorphPivot::getRelationValue()

mixed getRelationValue(string $key) Get a relationship. Parameters string $key Return Value mixed