Installation problem

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
dala
Posts: 5
Joined: 08 Feb 2025, 23:17

Installation problem

Post by dala » 08 Mar 2025, 11:26

I am trying to install Aimeos in an existing Laravel application.
I am following the installation instructions given on https://github.com/aimeos/aimeos-laravel.
However, when I run
'composer update -W'
the script never completes when trying to do
'\Aimeos\Shop\Composer::join'
There are no errormessages, but the script just seems to 'hang'.

Any ideas how to fix this?
...or will the installation maybe still work fine without completing this step?

Thanks in advance for any help!

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

Re: Installation problem

Post by aimeos » 08 Mar 2025, 11:32

Seems like you can't connect to Github for some reason. This step isn't strictly required for a working installation and you can remove the "\\Aimeos\\Shop\\Composer::join" line from the scripts section in your composer.json if the problem persists.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

dala
Posts: 5
Joined: 08 Feb 2025, 23:17

Re: Installation problem

Post by dala » 08 Mar 2025, 11:56

aimeos wrote: 08 Mar 2025, 11:32 Seems like you can't connect to Github for some reason. This step isn't strictly required for a working installation and you can remove the "\\Aimeos\\Shop\\Composer::join" line from the scripts section in your composer.json if the problem persists.
Thanks for the information; I will just skip this step then.
...but, just out of curiosity, what does "\\Aimeos\\Shop\\Composer::join" actually do?

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

Re: Installation problem

Post by aimeos » 10 Mar 2025, 08:51

You get notified in your Github timeline about Aimeos related updates
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply