mpociot / teamwork

User to Team associations with invitation system for the Laravel 5 Framework
MIT License
1.07k stars 170 forks source link

Laravel 5.2 #19

Closed XavRsl closed 8 years ago

XavRsl commented 8 years ago

Hi, The auth configuration file in Laravel 5.2 changed : https://github.com/laravel/laravel/blob/develop/config/auth.php So \Config::get( 'auth.table' ) in the migration file will no longer get the auth related table. Not sure how to get that table name with the new Laravel version...

Thanks,

Xavier

mpociot commented 8 years ago

Thanks. Fixed in version 2

dennisoderwald commented 8 years ago

Issue not fixed - Config::get('auth.model') there still exists in TeamworkTeamTrait.php