Brandenburg Versions Save

Laravel Authentication Package

1.5.1

3 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.1.0

5 years ago

Laravel 5.8 changed the user id column to big integer. This package maintains a foreign key relationship to the user id and has been changed to big integer in order to be compatible with Laravel 5.8. This should not affect existing installations at all. If you are installing this package in a < 5.8 codebase you will need to change either the laravel user migration or this package migration to ensure the column types match.

1.0.7

5 years ago

Reduces the number of database queries made by the package to improve performance.

1.0.5

5 years ago

This release addresses a number of small bugs and enhancements and includes tests for Laravel 5.7 to ensure there are no compatibility issues.