B
B
Bon Bon Slick2016-08-14 14:27:11
Laravel
Bon Bon Slick, 2016-08-14 14:27:11

Difference in Hash::make() and bcrypt() Laravel?

I don’t understand, it seems that both functions are from the 5th lara, in one documentation they do this, in the other they do it, and the generator in sublime generates something else, why are there so many different ones? What is the difference?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-08-14
@BonBonSlick

the main thing for hashing passwords is to use password_hash with default arguments (if you don’t know exactly what for what).
And in Laravel they like to insert "helpers" anyhow.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question