Fluent::__set()
  • References/PHP/Laravel/Support

void __set(string $key, mixed $value) Dynamically set the value of an attribute

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

string|array option(string $key = null) Get the value of a command option

2025-01-10 15:47:30
ListenCommand::askWithCompletion()
  • References/PHP/Laravel/Queue/Console

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

2025-01-10 15:47:30
SeederMakeCommand::hasArgument()
  • References/PHP/Laravel/Database/Console/Seeds

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

2025-01-10 15:47:30
SqlServerGrammar::compileSavepointRollBack()
  • References/PHP/Laravel/Database/Query/Grammars

string compileSavepointRollBack(string $name) Compile the SQL statement

2025-01-10 15:47:30
InstallCommand::warn()
  • References/PHP/Laravel/Database/Console/Migrations

void warn(string $string) Write a string as warning output.

2025-01-10 15:47:30
ConnectionInterface::table()
  • References/PHP/Laravel/Database

Builder table(string $table)

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

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

2025-01-10 15:47:30
MySqlGrammar::supportsSavepoints()
  • References/PHP/Laravel/Database/Query/Grammars

bool supportsSavepoints() Determine if the grammar supports savepoints

2025-01-10 15:47:30
FrameGuard::handle()
  • References/PHP/Laravel/Http/Middleware

Response handle(Request $request,

2025-01-10 15:47:30