Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5.2 #26

Closed
XavRsl opened this issue Dec 24, 2015 · 1 comment
Closed

Laravel 5.2 #26

XavRsl opened this issue Dec 24, 2015 · 1 comment

Comments

@XavRsl
Copy link

XavRsl commented Dec 24, 2015

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

@freekmurze
Copy link
Member

Version 1.3.0 adds compatibility with Laravel 5.2

I hardcoded the value to users in the migration. I left a little note in the readme for people who are using a differently named users table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants