CheckForMaintenanceMode::__construct()

void __construct(Application $app) Create a new middleware instance. Parameters Application $app Return Value void

DatabaseNotification::deleting()

static void deleting(Closure|string $callback, int $priority) Register a deleting model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

VerifyCsrfToken

VerifyCsrfToken class VerifyCsrfToken (View source) Methods void __construct(Application $app, Encrypter $encrypter) Create a new middleware instance. mixed handle(Request $request, Closure $next) Handle an incoming request.

DatabaseNotification::morphMany()

MorphMany morphMany(string $related, string $name, string $type = null, string $id = null, string $localKey = null) Define a polymorphic one-to-many relationship. Parameters string $related string $name string $type string $id string $localKey Return Value MorphMany

DatabaseNotification::newQueryWithoutScope()

Builder newQueryWithoutScope(Scope|string $scope) Get a new query instance without a given scope. Parameters Scope|string $scope Return Value Builder

Connector::getOptions()

array getOptions(array $config) Get the PDO options based on the configuration. Parameters array $config Return Value array

Contracts

Illuminate\Contracts Namespaces Illuminate\Contracts\AuthIlluminate\Contracts\BusIlluminate\Contracts\CacheIlluminate\Contracts\ConfigIlluminate\Contracts\ConsoleIlluminate\Contracts\ContainerIlluminate\Contracts\CookieIlluminate\Contracts\DatabaseIlluminate\Contracts\DebugIlluminate\Contracts\EncryptionIlluminate\Contracts\EventsIlluminate\Contracts\FilesystemIlluminate\Contracts\FoundationIlluminate\Contracts\HashingIlluminate\Contracts\HttpIlluminate\Contracts\LoggingIlluminate\Contracts\Ma

HasOne::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

SqlServerConnection::getQueryLog()

array getQueryLog() Get the connection query log. Return Value array

RegisterFacades::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void