User::forceFill()
  • References/PHP/Laravel/Foundation/Auth

$this forceFill(array $attributes) Fill the model with an array of attributes

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

void table(array $headers, Arrayable|array $rows,

2025-01-10 15:47:30
User::hasCast()
  • References/PHP/Laravel/Foundation/Auth

bool hasCast(string $key, array|string|null $types = null) Determine whether

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

$this seeText(string $text, bool $negate = false) Assert that a given string

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

OutputInterface getOutput() Get the output implementation.

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

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

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

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false)

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

int handle(InputInterface $input, OutputInterface $output = null) Run the

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

void setLaravel(Application $laravel)

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

bool hasMonologConfigurator() Determine if the application has a custom

2025-01-10 15:47:30