Search found 1 match

by LeSerg
08 Oct 2022, 20:06
Forum: Symfony bundle
Topic: error: Installing the Aimeos shop bundle
Replies: 0
Views: 1389866

error: Installing the Aimeos shop bundle

Help me please. I do everything as instructed https://github.com/aimeos/aimeos-symfony
used symfony vagrant homestead, db pgsql
my settings:
.env
DATABASE_URL="postgresql://homestead:secret@127.0.0.1:5432/myshop"

doctrine.yaml
doctrine:
dbal:
url: '%env(resolve:DATABASE_URL)%'

# IMPORTANT ...