Request::__isset()

bool __isset(string $key) Check if an input element is set on the request. Parameters string $key Return Value bool

TransactionCommitted

TransactionCommitted class TransactionCommitted extends ConnectionEvent (View source) Properties string $connectionName The name of the connection. from ConnectionEvent Connection $connection The database connection instance. from ConnectionEvent

Container::extend()

void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException

UrlGenerator::current()

string current() Get the current URL for the request. Return Value string

SlackMessage

SlackMessage class SlackMessage (View source) Properties string $level The "level" of the notification (info, success, error). string|null $username The username to send the message from. string|null $icon The user icon for the message. string|null $channel The channel to send the message on. string $content The text content of the message. array $attachments The message's attachments. array $http Additional request options for the Guzzle HTTP client.

TaggedCache::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

MigrationServiceProvider

MigrationServiceProvider class MigrationServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array

Cache::clearResolvedInstance()

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

ResetPassword::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

Blueprint

Blueprint class Blueprint (View source) Properties string $engine The storage engine that should be used for the table. $charset The default character set that should be used for the table. $collation The collation that should be used for the table. bool $temporary Whether to make the table temporary.