bestmomo / laravel-email-confirmation

Add email confimation to Laravel project
89 stars 28 forks source link

Laravel 6 Support #29

Closed jasperf closed 4 years ago

jasperf commented 4 years ago

Would a Laravel 6 upgrade be tough for this package? Or is this package no longer needed perhaps due to Laravel changes since?

bestmomo commented 4 years ago

Laravel no longer needs this package since Email Verification Core.

jasperf commented 4 years ago

Thanks @bestmomo . Thought so. Building a Laravel 6 Kubernetes setup based on your Laravel 5.5 setup so was going through all the fixes. Will remove Email Verification as Laravel 6 already uses it.

Mutahhar commented 4 years ago

I am working on a project that someone else built. So to easily upgrade to laravel 6 Can anyone please point out the steps to upgrade to laravel 6 and use its Email Verification and removing of this package?