Command::run()
  • References/PHP/Laravel/Console

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

2025-01-10 15:47:30
Broadcaster::broadcast()
  • References/PHP/Laravel/Contracts/Broadcasting

void broadcast(array $channels, string $event, array $payload = array()) Broadcast

2025-01-10 15:47:30
Collection::take()
  • References/PHP/Laravel/Support

Collection take(int $limit)

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

mixed __call(string $method, array $parameters) Dynamically handle calls

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

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

2025-01-10 15:47:30
Dispatcher::until()
  • References/PHP/Laravel/Contracts/Events

mixed until(string $event, array $payload = array()) Fire an event until

2025-01-10 15:47:30
MorphPivot::fromJson()
  • References/PHP/Laravel/Database/Eloquent/Relations

mixed fromJson(string $value, bool $asObject = false) Decode the given

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

static mixed getFacadeRoot() Get the root object behind the

2025-01-10 15:47:30
HasMany::getForeignKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getForeignKey() Get the foreign key for the relationship.

2025-01-10 15:47:30
HasOneOrMany::getQualifiedParentKeyName()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getQualifiedParentKeyName() Get the fully qualified parent key name

2025-01-10 15:47:30