I use on Laravel 7 (and 8 as well) the useCurrent() modifier to default a migration field like this
$table->timestamp(\'published_from\')->useCurrent();