James
James
It's a temp fix, I updated the issue. I actually think that Taylor is planning on building roles and permissions into a later release so it won't be much of...
Hey @doncadavona, I am unable to reproduce this issue. ``` php artisan tinker >>> $role1 = \App\Role::find(1); >>> $role2 = \App\Role::find(2); >>> $user = \App\User::find(32); >>> $user->attachRole($role1); >>> $user->roles()->attach($role2); ```...
@doncadavona Laravel still doesn't have roles and permissions, but I suspect it is coming in the near future, maybe 5.1.29
Ironically I get this error upgrading from 5.4 to 5.5. ``` Declaration of BackupManager\Laravel\Laravel55Compatibility::table($headers, $rows, $style = 'default') should be compatible with Illuminate\Console\Command::table($headers, $rows, $tableStyle = 'default', array $columnStyles =...
@ShawnMcCool It's [here](https://github.com/backup-manager/laravel/pull/91). Can you tag it too?
@tryhardest I forked the rep, added the events to the Pan (and some degree stuff that is suspect) which is what I needed, and now I use my forked repo....
@tryhardest I haven't tried either of those [interact.js](https://github.com/taye/interact.js) looks like it actively maintained, bugs are being closed 4 days ago. Touchy looks like it isn't maintained at all. Thanks for...
I agree, this is pretty big. I started to look into it, but got side tracked with work. You can test on a Mac with a trackpad and safari as...
@jonnywilliamson Yep, I'll check it out. Thanks!