Development Tips
Saturday, March 9, 2024
Laravel Password Change
Run command
php artisan tinker
Then run command
echo Hash::make('new_password');
Replace new_password with your password
Copy the generated hash and use it in database.
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment