We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c6b89 commit 7e3ba79Copy full SHA for 7e3ba79
README.md
@@ -60,7 +60,7 @@ By default StageFront is disabled and uses a plain text password when it's enabl
60
61
If you set `STAGEFRONT_ENCRYPTED` to `true` the password should be a hashed value.
62
63
-You can generate this using Laravel's `bcrypt('your password')` function.
+You can generate this using Laravel's `\Hash::make('your password')` function.
64
65
## Database Logins
66
0 commit comments