Edit MySQL table in a Symfony project hosted [SOFTACULOUS]

79 Views Asked by At

I'm coding a Symfony project and I should host it on a server that make me install Symfony by Softacolous (I can't use a shell). So, I can't understand how make an edit on the online DB.
Can you help me?

1

There are 1 best solutions below

0
On

Use cPanel's Remote MySQL to enable access from your local PC and run:

php bin/console doctrine:schema:update --force --env=prod

To update your database from your code.

Also you dont need to install symfony via Softacolous, just upload your local files via ftp