Hello, I play with Laravel 5 but I have an issue with pagination. The classes Paginator and LengthAw...
Hello, I wonder about Laravel 5. I have 2 questions : When I read the dev documentation I see that i...
Hello, I try new class FormRequest on an file input. I have this class : <?php namespace App\Http...
Hello, With last version 4.1.28 I get a RuntimeException from Symfony : "You need to specify a...
Hello, The paginator doesn't need to get all the records, just the count of all like yours. To integ...
Hello, I completed my function to have the append : public static function makeLengthAware($collecti...
In your controller : $links = Pagination::makeLengthAware(Here your pagined collection, Here the tot...
Look at my answer there.
Hello, In L5 there is no more method "links", only a method "render" for simple...
The Laravel portal for problem solving, knowledge sharing and community building.
The community