Custom data domain

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!
Ahmad
Posts: 72
Joined: 05 Jul 2017, 15:19

Custom data domain

Post by Ahmad » 15 Aug 2021, 16:15

I have same question and because that this topic is in first search result in google I ask that here.
my question is same but I use:
aimeos/aimeos-laravel 2021.07.4
laravel/framework 8.40

I want to add my custom domain (with multi tables) and manage it from aimeos jqadm?
is there any step by step document for this requirement?
- add custom domain tables migration
- add custom domain tables seeders
- add custom domain frontend and admin controllers
- add custom domain manager menu to admin

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

Re: Custom data domain

Post by aimeos » 16 Aug 2021, 05:16

Create tables for new data domain:
https://aimeos.org/docs/latest/infrastr ... igrations/

To create the item/manager for a new data domain, please copy/paste/adapt an existing domain, e.g.:
https://github.com/aimeos/ai-cms-grapes ... /MShop/Cms

Add a new panel to the admin backend:
https://aimeos.org/docs/latest/admin/jq ... nt-panels/

Create a frontend component:
https://aimeos.org/docs/latest/frontend ... omponents/

Creating a frontend controller is optional and not well documented yet. It's useful if you want to extend the JSON REST API as well. Please have a look at the existing frontend controllers to see how they are implemented:
https://github.com/aimeos/ai-controller ... r/Frontend
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply