Connection::setReconnector()
  • References/PHP/Laravel/Database

$this setReconnector(callable $reconnector) Set the reconnect instance

2025-01-10 15:47:30
Container::alias()
  • References/PHP/Laravel/Container

void alias(string $abstract, string $alias) Alias a type to a different

2025-01-10 15:47:30
NullStore::get()
  • References/PHP/Laravel/Cache

mixed get(string|array $key) Retrieve an item from the cache by key.

2025-01-10 15:47:30
AbstractPaginator::defaultView()
  • References/PHP/Laravel/Pagination

static void defaultView(string $view) Set the default pagination

2025-01-10 15:47:30
ReminderRepositoryInterface::delete()
  • References/PHP/Laravel/Auth/Reminders

void delete(string $token) Delete a reminder record by token.

2025-01-10 15:47:30
MailableMailer::to()
  • References/PHP/Laravel/Mail

$this to(mixed $users) Set the recipients of the message.

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

string compileInsertGetId(Builder $query, array $values, string

2025-01-10 15:47:30
SQLiteGrammar::compileEnableForeignKeyConstraints()
  • References/PHP/Laravel/Database/Schema/Grammars

string compileEnableForeignKeyConstraints() Compile the command to enable

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

string parameterize(array $values) Create query parameter place-holders

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

$this dontSeeLink(string $text, string|null $url = null) Assert that a

2025-01-10 15:47:30