InteractsWithSession::withSession()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this withSession(array $data) Set the session to the given array.

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

$this json(string $method, string $uri, array $data = array(), array $headers = array())

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

string getCachedRoutesPath() Get the path to the routes cache file.

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

Application getLaravel()

2025-01-10 15:47:30
NotificationMakeCommand
  • References/PHP/Laravel/Foundation/Console

NotificationMakeCommand class NotificationMakeCommand extends

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

int call(string $command, array $arguments = array()) Call another console

2025-01-10 15:47:30
HasSource::toString()
  • References/PHP/Laravel/Foundation/Testing/Constraints

string toString() Returns a string representation of the object.

2025-01-10 15:47:30
ConfigPublishCommand::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
TinkerCommand::argument()
  • References/PHP/Laravel/Foundation/Console

string|array argument(string $key = null) Get the value of a command argument

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

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

2025-01-10 15:47:30