Showing 7 of 2,041 result(s)
Class : DirectiveArgumentsSpanningLinesValidator The line-span validator emits a validation error when the directive's arguments span more than a specified number of lines. The following template: 1 @if ($something 2 == $this && 3 'this' == 'that'...
The up command is used to take an application out of maintenance mode. It does this by removing a file named down from the application's framework storage directory (by default this is storage/framework/ ). The following demonstrates the usage of...
Here are a few examples with the result above the function call in comments: The kebab helper method is simply a wrapper around the snake helper method. Calling kebab($value) is equivalent to calling snake($value, '-') .
Here are a few examples with the result above the function call in comments:
The start helper method will make sure that a given $value always begin with exactly one occurrence of the $prefix . This helper method can be used to help generate absolute URLs from relative path names. The $prefix can be any string value.
Since the set function will give the $array whatever the $value is when the $key is null , the original type of the variable can be changed completely. For example, setting the $array to null: Setting the $array to 100 :
The following function calls are equivalent: