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
The command above already copies `.env.example` to `.env` and generates the application key. However, you may need to further edit `.env` to set database connection and other environment variables.
62
59
63
-
- Copy `.env.example` to `.env` and update values (DB settings, mailer, app key, etc.). On Windows PowerShell:
If you plan to use MySQL instead of the default SQLite, update the DB\_\* variables accordingly; uncomment the relevant lines and provide your MySQL credentials.
70
72
71
-
```powershell
72
-
php artisan key:generate
73
-
```
73
+
4. Database File (Optional)
74
74
75
-
- If you're using the default sqlite in `.env` (DB_CONNECTION=sqlite), create the database file:
75
+
- If you're using the default sqlite in `.env` (`DB_CONNECTION=sqlite`), create the database file:
0 commit comments