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

bool isGuarded(string $key) Determine if the given key is guarded.

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

array attributesToArray() Convert the model's attributes to an array.

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

void register() Register the service provider.

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

bool isAlias(string $name) Determine if a given string is an alias.

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

$this seeInField(string $selector, string $expected, bool $negate = false)

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

bool acceptsHtml() Determines whether a request accepts HTML.

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

void info(string $string, null|int|string $verbosity = null) Write a string

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

void question(string $string, null|int|string $verbosity = null) Write

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

void fire() Execute the console command.

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