Skip to content

First release!

Compare
Choose a tag to compare
@JackNoordhuis JackNoordhuis released this 06 Nov 03:04
· 27 commits to master since this release
b09e727

Via command line:

$ composer require jacknoordhuis/laravel-database-hashing 1.0.*

Or add the package to your composer.json:

{
    "require": {
        "jacknoordhuis/laravel-database-hashing": "1.0.*"
    }
}