Global str_random Helper Function | Laravel 5 String Helpers: Generating Random Strings
The str_random function is a shortcut to calling Str::random . This function is declared in the global namespace.
Showing 10 of 2,044 results.
The str_random function is a shortcut to calling Str::random . This function is declared in the global namespace.
Tidal is released under the GPL-3.0 license.
Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting...
…you are looking to use Tidal with Statamic's multi-site feature replace stillat/tidal with stillat/tidal-multisite below. 1 statamic new my-site stillat/tidal If you are looking to install Tidal into an existing project, you can instead use: 1...
The where filters provide the greatest control when querying comments across arbitrary comment properties . For example, you can apply comparison operators, or check an arbitrary property against a list of provided values.
The config helper function can be used to accomplish many different tasks, depending on the types of arguments, and number of arguments supplied to the function. For example, the config function can be used to resolve an instance of the...
The config function can even be used to retrieve configuration values, as long as the provided $key is not an array and not null . A $default value can be supplied that will be returned if the configuration $key does not exist. The following...
An icon may be associated with any navigation menu item by selecting a value for the "Menu Icon" field when editing a menu item within the Statamic Control Panel.
…r to change the HTTP status code for the request. By default, the code is 302 ("Found"), but could easily be changed to 301 ("Moved Permanently"). Specific headers can also be set by providing an argument for the $headers parameter. There is an...
The signature of the back method is: 1 function back ( 2 $ status = 302 , 3 $ headers = [ ] , 4 $ fallback = false 5 ) ;