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

bool acceptsJson() Determines whether a request accepts JSON.

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

void line(string $string, string $style = null, null|int|string $verbosity = 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
JobMakeCommand::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
ConsoleMakeCommand::hasArgument()
  • References/PHP/Laravel/Foundation/Console

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

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

string path() Get the path to the application "app" directory.

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

bool|null fire() Execute the console command.

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

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

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

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

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

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

2025-01-10 15:47:30