Help

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!
Espérant Kela
Posts: 1
Joined: 13 Aug 2020, 01:16

Help

Post by Espérant Kela » 13 Aug 2020, 06:17

Hi friends. please help me, I have implemented the aimeos version 2019.07 package, I have already configured everything, but my biggest concern is that the administrative part does not work. when I do:
php artisan aimeos: account --admin "email"
I am just given the possibility to write the email, but not the password. thank you kindly help me

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

Re: Help

Post by aimeos » 13 Aug 2020, 16:45

Espérant Kela wrote: 13 Aug 2020, 06:17 php artisan aimeos: account --admin "email"
You have a white space between "aimeos:" and "account". This will work correctly:

Code: Select all

php artisan aimeos:account --admin me@example.com
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply