Log::notice()
  • References/PHP/Laravel/Contracts/Logging

void notice(string $message, array $context = array()) Log a notice to

2025-01-10 15:47:30
Application::basePath()
  • References/PHP/Laravel/Contracts/Foundation

string basePath() Get the base path of the Laravel installation.

2025-01-10 15:47:30
QueueingFactory::getQueuedCookies()
  • References/PHP/Laravel/Contracts/Cookie

array getQueuedCookies() Get the cookies which have been queued for the

2025-01-10 15:47:30
Factory::addNamespace()
  • References/PHP/Laravel/Contracts/View

void addNamespace(string $namespace, string|array $hints) Add a new namespace

2025-01-10 15:47:30
Application::afterResolving()
  • References/PHP/Laravel/Contracts/Foundation

void afterResolving(string $abstract, Closure $callback = null)

2025-01-10 15:47:30
Application::version()
  • References/PHP/Laravel/Contracts/Foundation

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

2025-01-10 15:47:30
QueueingFactory::forever()
  • References/PHP/Laravel/Contracts/Cookie

Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)

2025-01-10 15:47:30
Renderable
  • References/PHP/Laravel/Contracts/Support

Renderable interface Renderable (

2025-01-10 15:47:30
Log::error()
  • References/PHP/Laravel/Contracts/Logging

void error(string $message, array $context = array()) Log an error message

2025-01-10 15:47:30
Guard::validate()
  • References/PHP/Laravel/Contracts/Auth

bool validate(array $credentials = array()) Validate a user's credentials

2025-01-10 15:47:30