Skip to content

Commit 31c2d59

Browse files
committed
Documentation fix: No need to run migrations on shared config
1 parent 9f1ea69 commit 31c2d59

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: README.md

-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ php -S localhost:8000 -t public
8383
Build the project on your local machine or [download prebuild release](https://flexform.nyc3.cdn.digitaloceanspaces.com/flexform-server-latest.zip).
8484
Upload the files to your shared hosting.
8585
Make sure you make "public" folder as your main folder.
86-
Run database migrations:
87-
```bash
88-
php bin/console doctrine:migrations:diff
89-
php bin/console doctrine:migrations:migrate
90-
```
9186

9287
## Deploying on cloud hosting
9388
You can deploy FlexForm on any cloud hosting provider that supports PHP 8.2 or higher.

0 commit comments

Comments
 (0)