I've noticed that Laravel 5 no longer has a paths.php configuration file, but instead configures pat...
I'm using Laravel 4's pagination (which I have used successfully in the past) and have hit an odd er...
TerrePorter said: Apparently you have to override the application class to change the paths. https:...
Bump. Surely I can't be the only person who sees this as a step back?
Controller: <?php namespace App\Controllers; use App\Repositories\ISiteRepository; use Illumina...
Yup, tried those two. getTotal() returns the correct amount, but pagination is still broken. If I hi...
I was just using the count to debug. The code was as follows: $sites->count();
The Laravel portal for problem solving, knowledge sharing and community building.
The community