Skip to content

Releases: hafael/laraflake

Fix bootable trait

22 Aug 02:42
Compare
Choose a tag to compare
v1.2.5

hotfix for bootable trait

prevent error on multiple excecution of boot function

17 Aug 19:17
7d3faa0
Compare
Choose a tag to compare
Merge pull request #5 from pararang/master

prevent error on multiple excecution of boot function

Laravel Package auto-discovery

15 Jan 03:28
Compare
Choose a tag to compare
v1.2.3

laravel package auto-discovery

Fix error when converting a bin base to dec

22 Dec 14:32
Compare
Choose a tag to compare
v1.2.2

fix bug when convert bin to dec

Fix error when converting a bin base to dec

19 Dec 14:16
Compare
Choose a tag to compare
v1.2.1

fix bug when convert bin to dec

Support for default database identifier

16 Dec 22:29
Compare
Choose a tag to compare

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

02 Jun 15:23
Compare
Choose a tag to compare

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

05 Oct 20:42
Compare
Choose a tag to compare
v1.0.0

laravel 5.3 support

v0.2-alpha

19 Aug 20:03
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release
fix bug on parse bin to dec