Skip to content

3.1.0

Choose a tag to compare

@mattmcdev mattmcdev released this 09 Jun 07:06
· 2 commits to main since this release

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

New Contributors

Full Changelog: 3.0.0...3.1.0