Search found 3 matches

by cmpengineers
14 Jan 2020, 10:49
Forum: Laravel package
Topic: second shop with new admin
Replies: 3
Views: 1445

Re: second shop with new admin

Hello Thanks so each vendor will have their own routes 'jsonapi' => ['prefix' => '{site}/jsonapi', 'middleware' => ['web', 'api']], 'account' => ['prefix' => '{site}/profile', 'middleware' => ['web', 'auth']], 'default' => ['prefix' => '{site}/shop', 'middleware' => ['web']] so it will like this aim...
by cmpengineers
11 Jan 2020, 13:55
Forum: Laravel package
Topic: second shop with new admin
Replies: 3
Views: 1445

second shop with new admin

Hello

I have created a new site for new admin , but how do i see this second shop ?

php artisan aimeos:setup myshop2 default

php artisan aimeos:account --admin cmp2@cmp2.com myshop2

after adding a product from the dashbaord where you will see the product ?

Best regards
by cmpengineers
18 Sep 2019, 16:59
Forum: Laravel package
Topic: api end point
Replies: 1
Views: 829

api end point

Hello i already setup aimeos laravel to one of my live project www.drov.app i'm a beginner laravel developer i did 2 project with api end , but i tried to read the document to understand of how i can see the end points of my website drov.app would really appreciate if you can show live example since...