Guillaume Lefrant

Results 7 comments of Guillaume Lefrant

@PKeidel , i think so. I have a similar issue with `$role->perms()->toggle($perms);` I tried to fix it by using : ```php Cache::tags(Config::get('entrust.permission_role_table'))->flush(); ``` But it doesn't work. Any workaround or...

Looks like I can't use a key from Laravel itself ? Agreed that tests will fail, but is possible to make it work on a working environment ?

Hey, Sadly, that's how Atom indents. I have find how to deal with these issues. Any solution would be great ;-; Regards, LeNiglo.

It uses [iron:router](https://github.com/iron-meteor/iron-router) package.

Hi, You could simply use this, it will apply pageview() to every route registered ! ``` Router.configure({ onBeforeAction: function() { GAnalytics.pageview(); this.next(); } }); ```