Releases: hafael/laraflake
Releases · hafael/laraflake
Fix bootable trait
prevent error on multiple excecution of boot function
Merge pull request #5 from pararang/master prevent error on multiple excecution of boot function
Laravel Package auto-discovery
v1.2.3 laravel package auto-discovery
Fix error when converting a bin base to dec
v1.2.2 fix bug when convert bin to dec
Fix error when converting a bin base to dec
v1.2.1 fix bug when convert bin to dec
Support for default database identifier
In this version an entry was added to the configuration file (see in [LARAVEL_ROOT] /config/laraflake.php), indicating a default value for the database identifier. It is also possible to configure via environment variables.
Support for laravel >=5.3.0
Update require and require-dev composer packages.
- illuminate/support "5.3.*" to ">=5.3.0"
- laravel/framework "5.3.*" to ">=5.3.0"
- phpunit/phpunit "4.0.*" to ">=4.0.0"
Laravel 5.3 Support
v1.0.0 laravel 5.3 support
v0.2-alpha
fix bug on parse bin to dec