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

bool routesAreCached() Determine if the application routes are cached.

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

bool is() Determine if the current request URI matches a pattern.

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

string|array cookie(string $key = null, string|array|null $default = null)

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

void merge(array $input) Merge new input into the current request's input

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

string|array input(string $key = null, string|array|null $default = null)

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

bool offsetExists(string $offset) Determine if the given offset exists

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

$this put(string $uri, array $data = array(), array $headers = array()) Visit

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

void comment(string $string) Write a string as comment output.

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

void comment(string $string, null|int|string $verbosity = null) Write a

2025-01-10 15:47:30
TestCase::dump()
  • References/PHP/Laravel/Foundation/Testing

void dump() Dump the content from the last response.

2025-01-10 15:47:30