Support the ongoing development of Laravel.io →

baasjef

Joined 11 Feb 2014

Statistics

Threads 3
Replies 6
Solutions 0
Articles 0

Homestead ElasticSearch

Hi, I was wondering if anyone could point me into the right direction on how I could get ElasticSear...

0 Likes
3 Replies

Most efficient count on relationships

I'm currently using Eloquent for my database queries, but when an user logs off I want to get a tota...

0 Likes
2 Replies

Testing classes which connect to external services

Currently I'm trying to improve my TDD (PHPspec) in Laravel, though I'm facing several problems when...

0 Likes
0 Replies
replied 10 years ago

Homestead ElasticSearch

nipid said: http://laravel.com/docs/installation#pretty-urls Unfortunately I think you missed my q...

0 Likes
replied 10 years ago

API-first CMS

Take a look at https://prismic.io/ They kind of do exactly as you want.

0 Likes
replied 10 years ago

Order my foreach loop order by date?

This should be enough if you are using Eloquent: $events = Event::orderBy('created_at', 'desc')->...

0 Likes
replied 10 years ago

Confusion about programatically chaining where and take statements

@wwendorf $history->where('content','like','%test%'); // fixed '%test'%

0 Likes
replied 10 years ago

Most efficient count on relationships

Ofcourse I'm processing this in the background to not let the user wait. Though I'm just wondering w...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.