PipelineServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

KeyGenerateCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

DatabaseNotificationCollection::modelKeys()

array modelKeys() Get the array of primary keys. Return Value array

MigrateCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

Errors & Logging

Errors & Logging Introduction Configuration Error Detail Log Storage Log Severity Levels Custom Monolog Configuration The Exception Handler Report Method Render Method HTTP Exceptions Custom HTTP Error Pages Logging Introduction When you start a new Laravel project, error and exception handling is already configured for you. The App\Exceptions\Handler class is where all exceptions triggered by your application are logged and then rendered back to the user. We'll dive deeper into thi

LogTransport::send()

send(Swift_Mime_Message $message, $failedRecipients = null) {@inheritdoc} Parameters Swift_Mime_Message $message $failedRecipients

SqlServerConnector::setDefaultOptions()

void setDefaultOptions(array $options) Set the default PDO connection options. Parameters array $options Return Value void

MemcachedConnector::connect()

Memcached connect(array $servers, string|null $connectionId = null, array $options = array(), array $credentials = array()) Create a new Memcached connection. Parameters array $servers string|null $connectionId array $options array $credentials Return Value Memcached Exceptions RuntimeException

TagSet::reset()

void reset() Reset all tags in the set. Return Value void

Router::singularResourceParameters()

void singularResourceParameters(bool $singular = true) Set the unmapped global resource parameters to singular. Parameters bool $singular Return Value void