Support the ongoing development of Laravel.io →
LaurentMeganck

LaurentMeganck

Joined 8 Jun 2016

Statistics

Threads 1
Replies 47
Solutions 3
Articles 0

Spam bots ruining form

Please tell me something is being done about these spam bots. Site is starting to become useless.

0 Likes
3 Replies
replied 9 years ago

A lot of issues with the multiauth package

Might be easier to switch to a role/permission based system. There are several packages that provide...

0 Likes
replied 9 years ago

Can't access final model (posts) through hasManyThrough method, error "Call to undefined method Illuminate\Database\Query\Builder::posts()"

If I read it correctly on laravel.com docs, your second code snippet actually does what it should. I...

0 Likes
replied 9 years ago

Can't access final model (posts) through hasManyThrough method, error "Call to undefined method Illuminate\Database\Query\Builder::posts()"

Make sure you have set all relations in the models, then: $posts = App\Post::whereHas('collected_ite...

0 Likes
replied 9 years ago

Json response removes key in array :(

@Ognjen Why would you force the JSON method to encode an array as an object? Unless you want to pass...

0 Likes
replied 9 years ago

How To Change In Percent

First of all, still wrong calculation Second (($item->detail->FbVote+$item->detail->Twit...

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.

© 2026 Laravel.io - All rights reserved.