Search

Showing 7 of 1,216 result(s)

/blog/2018/04/21/laravel-5-facades#content-haskey

The has function will check if a cookie with the given $key exists for the current request.

/blog/2018/04/21/laravel-5-facades#content-getkey-default--null

The get function will retrieve a cookie from the current request with the given $key . A $default value can be supplied and will be returned if a cookie with the given $key does not exist.

/blog/2018/04/21/laravel-5-facades#content-additional-input-methods

The Input facade defines one extra method. Facades define extra methods to provide simpler access to underlying sub-systems, or to call functions on other, related components.

/blog/2018/04/21/laravel-5-facades#content-getkey--null-default--null

The get method will get an item from the input data, such as when a user posts a form or an API request is being processed. The get method can be used for requests with the following HTTP verbs: GET, POST, PUT, DELETE The get method will invoke...

/blog/2018/04/21/laravel-5-facades#content-additional-schema-methods

The Schema facade defines one extra method. Facades define extra methods to provide simpler access to underlying sub-systems, or to call functions on other, related components, or to provide greater testability of the framework components.

/blog/2018/04/21/laravel-5-facades#content-connectionname

The connection method will return a new schema builder ("Illuminate\Database\Schema\Builder") instance for the given connection. The $name is the name of the connection as it appears in the database configuration file.

/blog/2018/04/21/laravel-5-facades#content-additional-notification-methods

The Notification facade defines a few extra methods that can be called without resolving the notification sub-system from the service container. Facades define extra methods to provide simpler access to underlying sub-systems, or to call functions...

Some absolutely amazing
people

The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.