InteractsWithPages::seeInElement()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this seeInElement(string $element, string $text, bool $negate = false) Assert

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

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

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

$this|null fresh(array|string $with = array()) Reload a fresh model instance

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

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

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

void seed(string $class = 'DatabaseSeeder') Seed a given database connection

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

guestMiddleware() Get the guest middleware for the application.

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

$this doesntExpectModelEvents(string $model, array|string $events) Specify

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

int run(InputInterface $input, OutputInterface $output) Run the console

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

string version() Get the version number of the application.

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

void assertSessionHas(string|array $key, mixed $value = null) Assert that

2025-01-10 15:47:30