AssertionsTrait::assertResponseOk()
  • References/PHP/Laravel/Foundation/Testing

void assertResponseOk() Assert that the client response has an OK status

2025-01-10 15:47:30
PublisherServiceProvider::guessPackagePath()
  • References/PHP/Laravel/Foundation/Providers

string guessPackagePath() Guess the package path for the provider.

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

void line(string $string) Write a string as standard output.

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

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

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

array options() Get all of the options passed to the command.

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

string url() Get the URL (no query string) for the request.

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

string secret(string $question, bool $fallback = true) Prompt the user

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

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

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

string secret(string $question, bool $fallback = true) Prompt the user

2025-01-10 15:47:30
ChangesCommand::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