Laravel Automatic Password Hashing

preview_player
Показать описание

Using mutators to set properties in your models can really clean up your code. In this snippet, we'll look at an example of automatic password hashing and see how much tidier our controllers end up.

Official site

Twitter
Рекомендации по теме
Комментарии
Автор

How to get import class option, i have installed Php intelliphense it imports the class when i type the Name of the class and hit enter when suggestion comes up, but if i copied code from another file then i dont have that import class option

mansoorburdi
Автор

Nice video! Really convenient way of making your code cleaner 👍

kiriitoh
Автор

Why do we need hash when we can allow access to database only from localhost? So we can hide all tables from random users

olegpristashkin
Автор

Hey do you know how to hasing file for example Docx/pdf on laravel?

rafieafifandika
Автор

nice video, hello bro could you please teach me, i saw you using vscode right? and what plugin did you use to right click and than import class?

detutorial
Автор

great video alex, havnt thought about using attribute modifiers much

tagKnife
Автор

Nice video, what theme did you use on vscode ?

joaoluiz
Автор

Which SQL client did you use in this video? Looks pretty neat, looking to move away from Sequel Pro since it seems it doesn't get updated nowadays

Jeppelelle
Автор

You could make your password 'secret' or 'someWord', instead of 'password'. This way you might confuse someone who is just starting learning Laravel.


Just my two cents :)

eddielhs