Filesystem::sharedGet()

string sharedGet(string $path) Get contents of a file with shared access. Parameters string $path Return Value string

XCacheStore::get()

mixed get(string $key) Retrieve an item from the cache by key. Parameters string $key Return Value mixed

Form::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

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

Command::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool