Extend php artisan aimeos:setup <site code> [<template site>]

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!
User avatar
Kevin1596
Posts: 28
Joined: 13 Aug 2020, 10:11

Extend php artisan aimeos:setup <site code> [<template site>]

Post by Kevin1596 » 12 Apr 2021, 07:45

Thanks you for your all your support,

Currently, I am trying to extend the aimeos:setup jobs
php artisan aimeos:setup <site code> [<template site>]

My requirements are :
- set up new template similar to 'default' template with some predefined data such as locales products
- clone new shop by copy the new template default data to

Is there any convenient way to extend the setup job?
A suggestion is:
- Could we extend the set up task to have ability to clone all data from an existing shop to new-shop?

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

Re: Extend php artisan aimeos:setup <site code> [<template site>]

Post by aimeos » 14 Apr 2021, 08:25

Yes, the setup tasks are the right way to go to add default data to new sites or copy from existing sites. Please have a look at the existing ones for reference:
https://github.com/aimeos/aimeos-core/t ... up/default
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

alababdiy
Posts: 40
Joined: 30 Apr 2023, 12:46

Re: Extend php artisan aimeos:setup <site code> [<template site>]

Post by alababdiy » 21 Apr 2024, 08:24

The link is no longer working (404 - page not found). Is there an alternative link?

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

Re: Extend php artisan aimeos:setup <site code> [<template site>]

Post by aimeos » 21 Apr 2024, 10:13

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply