Search

Showing 7 of 1,975 result(s)

/blog/2016/11/21/laravel-facades-part-four-facade-class-reference#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/2016/11/21/laravel-facades-part-four-facade-class-reference#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.

/blog/2016/12/01/alternatives-to-laravel-artisan-command-signatures#content-command-option-shortcuts

The signature that will be implemented using the getOptions method is: test:command {--q|optionName} The corresponding getOptions implementation would be:

/blog/2018/02/20/laravel-5-string-translation-public-api#content-getting-the-fallback-locale-with-getfallback

The getFallback method is the logical counterpart to the setFallback method and can be used to determine the currently configured fallback locale.

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

The Cookie facade defines two additional methods. These methods access other, related, components. These methods exist to simplify accessing related components.

/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-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.