RollbackCommand::argument()
  • References/PHP/Laravel/Database/Console/Migrations

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

2025-01-10 15:47:30
Builder::exists()
  • References/PHP/Laravel/Database/Query

bool exists() Determine if any rows exist for the current query.

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

array when() Get the events that trigger this service provider to register

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

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

2025-01-10 15:47:30
DatabaseNotificationCollection::makeVisible()
  • References/PHP/Laravel/Notifications

$this makeVisible(array|string $attributes) Make the given, typically hidden

2025-01-10 15:47:30
MailMessage::attach()
  • References/PHP/Laravel/Notifications/Messages

$this attach(string $file, array $options = array()) Attach a file to the

2025-01-10 15:47:30
MailMessage::success()
  • References/PHP/Laravel/Notifications/Messages

$this success() Indicate that the notification gives information about

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

void pattern(string $key, string $pattern) Set a global where pattern on

2025-01-10 15:47:30
Collection::zip()
  • References/PHP/Laravel/Database/Eloquent

Collection zip(mixed $items)

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

array getAction() Get the action array for the route.

2025-01-10 15:47:30