Problem installing aimeos

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
lesmath
Posts: 1
Joined: 29 Jun 2022, 17:02

Problem installing aimeos

Post by lesmath » 29 Jun 2022, 17:19

I ve been trying to install Aimeos on my local machine using composer like so:

composer create-project aimeos/aimeos myshop

Unfortunately this only create 4 basic migration files as in normal basic Laravel installation: ( i.e. users, passwd_resets, failed_jobs, personal_access_tokens ). How does one get installation that has ALL migrations files used by Aimeos.(products, categories, etc).

Your response is highly appreciated.

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: Problem installing aimeos

Post by aimeos » 29 Jun 2022, 19:02

After the Laravel migrations, the Aimeos setup tasks should be executed automatically creating the Aimeos tables. What is the complete output generated during installation?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply