Hello, I have the following code: abstract class I18NEntity extends \Entity { protected $appends =...
I have the following code: $clients = Clients::with("clientGroups.Profiles")->get(); T...
Hi, I know it is possible to extend blade like this: Blade::extend(function($view, $compiler) { $pa...
We have updated today from 4.1 to 4.2. But now the following code doesn't give the same result. {{ $...
Can someone confirm that this is intended behaviour? In a model Text I have this relationship: publi...
Thanks. I did overwrite the BladeCompiler and got what i needed. Code I used to overwrite: use Illum...
Thanks for the reply. What I want to accomplish is that all texts between {{ }} are first passed to...
Put it in a transaction and/or put a try..catch arround it. DB::transaction(function() { //creat...
Seems that using " instead of ' for the array does fix the problem. {{ $testdata->texts[&quo...
Yes, it is. http://laravel.com/docs/events You can use namespaces to solve this.
The Laravel portal for problem solving, knowledge sharing and community building.