The ...\vendor\laravel\framework\src\Illuminate\Foundation\Auth\VerifiesEmails.php file uses the event creation, but after the email was verified.
So, finally I added the field 'email_verified_at' (App\User.php) to the protected $fillable array() and in this case I was able to set timestamp on this field, and the email verification was done automatic.
If somebody has better idea, please feel free to share.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community