Application::getCachedConfigPath()
  • References/PHP/Laravel/Foundation

string getCachedConfigPath() Get the path to the configuration cache file

2025-01-10 15:47:30
PolicyMakeCommand::table()
  • References/PHP/Laravel/Foundation/Console

void table(array $headers, Arrayable|array $rows,

2025-01-10 15:47:30
JobMakeCommand::hasArgument()
  • References/PHP/Laravel/Foundation/Console

bool hasArgument(string|int $name) Determine if the given argument is present

2025-01-10 15:47:30
TailCommand::confirm()
  • References/PHP/Laravel/Foundation/Console

bool confirm(string $question, bool $default = false) Confirm a question

2025-01-10 15:47:30
FormRequest::acceptsJson()
  • References/PHP/Laravel/Foundation/Http

bool acceptsJson() Determines whether a request accepts JSON.

2025-01-10 15:47:30
User::clearBootedModels()
  • References/PHP/Laravel/Foundation/Auth

static void clearBootedModels() Clear the list of booted models

2025-01-10 15:47:30
User::getRememberToken()
  • References/PHP/Laravel/Foundation/Auth

string getRememberToken() Get the token value for the "remember me" session

2025-01-10 15:47:30
TailCommand::choice()
  • References/PHP/Laravel/Foundation/Console

bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

2025-01-10 15:47:30
MakesHttpRequests::assertViewMissing()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this assertViewMissing(string $key) Assert that the response view is missing

2025-01-10 15:47:30
ViewClearCommand::getOutput()
  • References/PHP/Laravel/Foundation/Console

OutputInterface getOutput() Get the output implementation.

2025-01-10 15:47:30