How to reset a User password in a Laravel project from console We can use Tinker to change a Laravel user password from the console using theses instructions.Start Tinkerphp artisan tinkerThe shell is launchedPsy Shell v0.12.9 (PHP 8.2.4 — cli) by Justin Hileman >Select the concerned user by email Tags Laravel Read more about How to reset a User password in a Laravel project from console
How to check if email are sent correctly in a Laravel Project You can you use tinker to check if email are sent correctly in a Laravel project.Launch Tinker using this commandphp artisan tinkerThe shell is launchedPsy Shell v0.12.9 (PHP 8.2.4 — cli) by Justin Hileman >Now add the following code: Tags Laravel Read more about How to check if email are sent correctly in a Laravel Project