P
P
potapovdmtriy2015-06-30 23:24:41
Laravel
potapovdmtriy, 2015-06-30 23:24:41

What function does laravel use when writing the password to the database?

I installed the frozennode admin panel, and when changing the password, a regular string is written to the database, but you need what would be like lavarel does. It doesn’t seem to be MD5, please tell me how to write a normal password to the database

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2015-06-30
@potapovdmtriy

Hash::make or bcrypt
laravel.com/docs/5.1/hashing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question