There was an error while loading. Please reload this page.
1 parent 48418f1 commit 7459652Copy full SHA for 7459652
1 file changed
README.md
@@ -79,13 +79,12 @@ Dependencies
79
composer install --no-dev
80
```
81
82
- > [!CAUTION]
83
- > To run in production mode, set `APP_ENV=prod` in your `.env.local` file (see below)
+ And set `APP_ENV=prod` in your `.env.local` file (see below)
84
85
86
-2. At least put the correct credentials to your database (driver and url) in your `.env.local` file so you can easily create the necessary tables.
+3. At least put the correct credentials to your database (driver and url) in your `.env.local` file so you can easily create the necessary tables.
87
88
-3. Run the migrations to create all the necessary tables:
+4. Run the migrations to create all the necessary tables:
89
90
91
bin/console doctrine:migrations:migrate
0 commit comments