Showing 7 of 1,975 result(s)
The following demonstrates the contains method in its most basic usage: The following demonstrates using the contains method to check if a given key/value pair exists in a collection that contains arrays as items: The following example shows how...
Browsershot provides many configuration values that can be adjusted, based on your system's specific setup. More information about all of these options can be found within their official documentation at...
…explore. Depending on your integration goals or use case, you may narrow your reading to a specific area. If you intend to: Validate or Perform Linting on a Single Document, : Reference the Document API documentation to learn about the validation...
…, $default = null) The request helper function is a useful helper function that can be used to either retrieve an instance of Illuminate\Http\Request or retrieve an item from the user's input. To retrieve an instance of Request , call the request...
forPage($page, $perPage) The forPage method is used to implement pagination over collections. The forPage defines two parameters: $page , which is used to tell the collection which "page" should be returned and $perPage , which is used to control...
The migrate:refresh command can be used to reset and run all outstanding migrations again. This command is a shortcut to calling two other Artisan commands. The following examples are equivalent: The same using the migrate:refresh helper command:...
The request helper function is a useful helper function that can be used to either retrieve an instance of "Illuminate\Http\Request' or retrieve an item from the user's input. To retrieve an instance of Request , call the request method without...