You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: quick-start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This guide is thanks to [@st-claude](https://github.com/st-claude).
14
14
15
15
4. Create a new database in your desired database interface (such as PhpMyAdmin, MySQL Workbench etc.)
16
16
17
-
5. Enter your database details and credentials inside the `.env` file located in your project root directory.
17
+
5. Enter your database details and credentials inside the `.env` file located in your project root directory (if there is not one there, rename the `.env.example` to `.env`).
18
18
19
19
6. If you're using Active Directory username's to login users **instead** of their emails, you will need to change
20
20
the default `email` column in `database/migrations/2014_10_12_000000_create_users_table.php`.
0 commit comments