ChangesCommand::line()
  • References/PHP/Laravel/Foundation/Console

void line(string $string) Write a string as standard output.

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

static array pathsToPublish(string $provider = null, string $group = null)

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

bool confirm(string $question, bool $default = false) Confirm a question

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

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

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

array getExistingMigrationNames(string $destination) Get the existing migration

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
TestCase::seeIsChecked()
  • References/PHP/Laravel/Foundation/Testing

$this seeIsChecked(string $selector, bool $negate = false) Assert that

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

$this seeIsAuthenticated(string|null $guard = null) Assert that the user

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

2025-01-10 15:47:30