Hi, I was wondering if anyone could point me into the right direction on how I could get ElasticSear...
I'm currently using Eloquent for my database queries, but when an user logs off I want to get a tota...
Currently I'm trying to improve my TDD (PHPspec) in Laravel, though I'm facing several problems when...
nipid said: http://laravel.com/docs/installation#pretty-urls Unfortunately I think you missed my q...
This should be enough if you are using Eloquent: $events = Event::orderBy('created_at', 'desc')->...
@wwendorf $history->where('content','like','%test%'); // fixed '%test'%
Ofcourse I'm processing this in the background to not let the user wait. Though I'm just wondering w...
The Laravel portal for problem solving, knowledge sharing and community building.
The community