Laravel-Backpack / demo

A working demo of Laravel with all Backpack packages installed.
http://backpackforlaravel.com
Other
329 stars 165 forks source link

added email verification on registration #571

Closed tabacitu closed 1 year ago

tabacitu commented 1 year ago

WHY

BEFORE - What was wrong? What was happening before this PR?

We didn't have a way to test https://github.com/Laravel-Backpack/CRUD/pull/5301 after it's merged.

AFTER - What is happening after this PR?

We do.

HOW

How did you achieve that, in technical terms?

Follow the docs that Pedro provided for that PR.

Is it a breaking change or non-breaking change?

Non-breaking.

How can we test the before & after?

Enable email verification in config, then follow the registration flow.