FormRequest::acceptsHtml()
  • References/PHP/Laravel/Foundation/Http

bool acceptsHtml() Determines whether a request accepts HTML.

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

Closure factory(string $abstract, array $defaults = array())

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

string getAlias(string $abstract) Get the alias for an abstract if available

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

$this seeLink(string $text, string|null $url = null, bool $negate = false)

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

int artisan(string $command, array $parameters = array()) Call artisan

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

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

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

void setLaravel(Container $laravel)

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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

string anticipate(string $question, array $choices, string $default = null)

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

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

2025-01-10 15:47:30