3.1.0
What's New
This release introduces macros to simplify creating migrations.
Userstamp columns can now be created with:
$table->userstamps();
$table->userstampSoftDeletes();
And dropped with:
$table->dropUserstamps();
$table->dropUserstampSoftDeletes();
What's Changed
- feat: create .gitattributes by @imanghafoori1 in #55
New Contributors
- @imanghafoori1 made their first contribution in #55
Full Changelog: 3.0.0...3.1.0