Showing 10 of 1,322 results.

Print Styles

…eral, Tidal will make the following changes when printing: Force a white background with black text,, Remove all background colors from visible elements,, Forces overflow visibility within code samples, Removes custom syntax highlighting themes...

Laravel Artisan Command Input Syntax Reference

…following table serves as a quick reference for the common command signature definitions. The Syntax column demonstrates the syntax required, the Description column provides a description or quick explanation of the syntax and the Required column...

Laravel 5: Getting the Current Date and Time With now

The now helper function will return a new Carbon instance initialized to the current date and time. The now function accepts an optional timezone parameter to adjust the timezone of the returned date.The signature of the now function is: 1...

extractText | Text Extraction

…er to return unescaped text. 1 <?php 2 3 public function extractText ( 4 bool $ unEscaped = true 5 ) : string ; Example Use 1 <?php 2 3 use Stillat \ BladeParser \ Document \ Document ; 4 5 $ template = <<< ' BLADE ' 6 @@if ($this) {{ $ hello }}...

PHP Tag Nodes | Parser Nodes Overview

The parser emits Stillat\BladeParser\Nodes\PhpTagNode instances when it parses traditional PHP tags within a Blade template. Each PhpTagNode node is categorized in one of two ways: PhpOpenTag, : Indicates the PHP tag started with the, <?php, tag.,...

8. Termination. | License

You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses...

9. Acceptance Not Required for Having Copies. | License

…am. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate...

16. Limitation of Liability. | License

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,...

Xdebug and var_dump

…= 3 ) 8 ... 9 1 => 10 object ( Illuminate \ Support \ Collection ) [ 134 ] 11 protected ' items ' => 12 array ( size = 3 ) 13 ... This Xdebug setting can be configured via the php.ini file (as explained in Xdebug's documentation section...