How to insert bcrypt hashed value into MySQL database?

2.3k views Asked by At

I want add a student record to mysql database.For that I want to add the password field hashed using bcrypt. It is possible to seed to database using laravel seeder. But how it is possible to insert to database directly using mysql insert query?

0

There are 0 answers