Showing 10 of 2,044 results.

getCompiledDocument | Compiling Workspaces

Retrieves a Document instance using the provided compiled path name. Argument Description $path The compiled path. 1 <?php 2 3 use Stillat \ BladeParser \ Document \ Document ; 4 5 public function getCompiledDocument ( 6 string $ path 7 ) :...

Storing the Current Page's URL | Laravel Paginator Pretty URLs

No we need to create a variable to hold our current page URL: 1 ... 2 $ currentUrl = $ this -> factory -> getCurrentUrl ( ) ; 3 ... And then we can format our page URL to look pretty: 1 ... 2 $ pageUrl = $ currentUrl . ' / ' . $ pageName . ' / ' ....