Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit e6e3f2f

Browse files
committed
Update quick-start.md
1 parent 7a1298b commit e6e3f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide is thanks to [@st-claude](https://github.com/st-claude).
1414

1515
4. Create a new database in your desired database interface (such as PhpMyAdmin, MySQL Workbench etc.)
1616

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`).
1818

1919
6. If you're using Active Directory username's to login users **instead** of their emails, you will need to change
2020
the default `email` column in `database/migrations/2014_10_12_000000_create_users_table.php`.

0 commit comments

Comments
 (0)