Skip to content

Commit 7e3ba79

Browse files
committed
Update README.md
1 parent d6c6b89 commit 7e3ba79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ By default StageFront is disabled and uses a plain text password when it's enabl
6060

6161
If you set `STAGEFRONT_ENCRYPTED` to `true` the password should be a hashed value.
6262

63-
You can generate this using Laravel's `bcrypt('your password')` function.
63+
You can generate this using Laravel's `\Hash::make('your password')` function.
6464

6565
## Database Logins
6666

0 commit comments

Comments
 (0)