Share Share on Facebook Share on Twitter Pinterest Email Run in the termincal php artisan tinker $user = App\Model\User::where('email', '[email protected]')->first(); $user->password = Hash::make('123456'); 0 Siddharth Shukla Website Related Posts Configuring a Virtual Host on Apache to Map local.devserver.com to localhost on Ubuntu May 22, 2024 MongoDb import export using container February 8, 2024 Building a BMI Calculator with Dynamic Unit Conversion December 6, 2023 Cannot start session without errors in phpMyAdmin October 24, 2023 Write A Comment Cancel Reply Save my name, email, and website in this browser for the next time I comment.