File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,12 @@ Dependencies
7979 composer install --no-dev
8080 ```
8181
82- > [!CAUTION]
83- > To run in production mode, set `APP_ENV=prod` in your `.env.local` file (see below)
82+ And set `APP_ENV=prod` in your `.env.local` file (see below)
8483
8584
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.
85+ 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.
8786
88- 3 . Run the migrations to create all the necessary tables:
87+ 4 . Run the migrations to create all the necessary tables:
8988
9089 ```
9190 bin/console doctrine:migrations:migrate
You can’t perform that action at this time.
0 commit comments