Support the ongoing development of Laravel.io →
KevinM86

KevinM86

Joined 3 Feb 2014

Statistics

Threads 8
Replies 13
Solutions 3
Articles 0
posted 10 years ago

Wrong query generation

Hello, I have the following code: abstract class I18NEntity extends \Entity { protected $appends =...

0 Likes
0 Replies
posted 10 years ago

Query using with + global scope

I have the following code: $clients = Clients::with("clientGroups.Profiles")->get(); T...

0 Likes
2 Replies
posted 10 years ago

Blade extend

Hi, I know it is possible to extend blade like this: Blade::extend(function($view, $compiler) { $pa...

0 Likes
4 Replies
Solved
posted 11 years ago

Ternary statement (4.1 vs 4.2)

We have updated today from 4.1 to 4.2. But now the following code doesn't give the same result. {{ $...

0 Likes
1 Replies

Case sensitivity

Can someone confirm that this is intended behaviour? In a model Text I have this relationship: publi...

0 Likes
1 Replies
replied 10 years ago

Blade extend

Thanks. I did overwrite the BladeCompiler and got what i needed. Code I used to overwrite: use Illum...

0 Likes
replied 10 years ago

Blade extend

Thanks for the reply. What I want to accomplish is that all texts between {{ }} are first passed to...

0 Likes
replied 10 years ago

verify model attach

Put it in a transaction and/or put a try..catch arround it. DB::transaction(function() { //creat...

0 Likes
replied 11 years ago

Ternary statement (4.1 vs 4.2)

Seems that using " instead of ' for the array does fix the problem. {{ $testdata->texts[&quo...

0 Likes
replied 11 years ago

Creating a model called "Event" that extends Eloquents gives me an error. Help?

Yes, it is. http://laravel.com/docs/events You can use namespaces to solve this.

0 Likes
Solved

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.