Showing 10 of 1,278 results.

Example Use | Laravel 5: Filtering Array Elements With only

The only helper method is the logical opposite of the except method. Using the same $_POST array from the previous example, we could retrieve only a user's first name like so: 1 use Illuminate \ Support \ Arr ; 2 3 $ inputData = Arr :: only ( 4 $...

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 . ' / ' ....

Filter Search