Creating the Password Resets Table | Enabling Database Users in Statamic 3
We will perform steps similar to the password_activations table to create our password_resets table. From the root of your Statamic 3 project, run the following Artisan command: 1 php artisan make:migration create_password_resets_table Once this...