Jonathan Thuau

Results 88 comments of Jonathan Thuau

Can you give me more details ? Code, DOMPDF's version...

I admit never having tried to generate PHP in DOMPDF. Maybe you could make me a small example ?

You're not the only one that have this problem (without laravel) but I have not yet found a solution. What is the version of your DOMPDF ? Can you try...

The method to retrieve email is different. Pull request I opened : https://github.com/taftse/camelot-auth/pull/10

Actually what I did is a simple scope : ``` php public function scopeRole($query, $role) { return $this->whereHas('roles', function($query) use($role){ $query->where('name', $role); }); } ```

Hi I modified the method. Just add `true` at the end. ``` $sharelink = Share::load(URL::to('someurlhere'), $something->title)->services('facebook', 'twitter', true); ```

Sorry but I don't understand what you want...

Hi. Sorry for the late. I just updated so now it would be good.