Showing 10 of 1,204 results.

resolveFragments | HTML Fragments

Resolves the Document's HTML fragments. 1 <?php 2 3 use Stillat \ BladeParser \ Document \ Document ; 4 5 public function resolveFragments ( ) : Document ;

Display Comment Counts

…have been soft-deleted. The following would display the total number of comments on the page: 1 < p > There are {{ meerkat : count }} comments! </ p >The comments that are counted by the count tag can be customized by supplying a value to the...

Laravel String Helper Function: slug

The slug helper method will format the given $title to resemble a URI slug. It does this through a series of steps: Convert the, $title, to ASCII formatting (using the, ascii, function);, Converts whitespace, dashes, underscores to the,...

0. Definitions. | License

…conductor masks. “The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. To “modify” a work means to copy from or adapt all...

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

Adding Our Conditional Check | Laravel Paginator Pretty URLs

Now we need to add that conditional check we talked about earlier: 1 ... 2 if ( count ( $ parameters ) > 0 ) 3 { 4 $ pageUrl .= ' ? ' . http_build_query ( $ parameters , null , ' & ' ) ; 5 } 6 7 $ pageUrl .= $ this -> buildFragment ( ) ; 8 ... And...

Filter Search