laravel-daily 9 months ago
Povilas Korop #Web Development

New in Laravel 10.10 | Cast Password as "hashed"

A new Laravel feature that allows you to not run `bcrypt()` or `Hash::make()` on passwords manually.

Povilas Korop
explaining laravel