New
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 https://github.com/mattiverse/Laravel-Userstamps/pull/55
New Contributors
- @imanghafoori1 made their first contribution in https://github.com/mattiverse/Laravel-Userstamps/pull/55
Full Changelog: https://github.com/mattiverse/Laravel-Userstamps/compare/3.0.0...3.1.0