Laravel .env Database Connection

in cPanel Database Connection Support:

DB_DATABASE=db_name
DB_USERNAME=db_name
DB_PASSWORD=passwprd

but in HestiaCP its Need to Add extra " " in Database Like:
DB_DATABASE=“db_name”
DB_USERNAME=“db_name”
DB_PASSWORD=“passwprd”

my Request in Future Update please Remove " " to Connect Databse…

Thanks

It is probally caused by _ in the DB name.

I really don’t any reason why it is should be changed for Laravel it doesn’t matter…

1 Like

ok, but when move any Project cPanel to HestiaCP
it’s not working without adding " ",
i’ve waste my Full Days for this simple issue. :frowning:

You can add " on cpanel with out any issues

Also I hop you use different password / database names per demo…

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.