LengthAwarePaginator::viewFactory()
  • References/PHP/Laravel/Pagination

static Factory viewFactory()

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

string compileDelete(Builder $query)

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

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

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
MailMakeCommand::callSilent()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
Store::decrement()
  • References/PHP/Laravel/Contracts/Cache

int|bool decrement(string $key, mixed $value = 1) Decrement the value of

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

array get(string|null $method = null) Get all of the routes in the collection

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

bool statement(string $query, array $bindings = array()) Execute an SQL

2025-01-10 15:47:30
Auth::shouldReceive()
  • References/PHP/Laravel/Support/Facades

static Expectation shouldReceive() Initiate a mock expectation

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

$this seeIsAuthenticatedAs($user, string|null $guard = null) Assert that

2025-01-10 15:47:30