database schema

Questions around the Aimeos bundle for the Symfony framework
Forum rules
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Doveman
Posts: 23
Joined: 06 Nov 2017, 20:59

database schema

Post by Doveman » 09 Nov 2017, 22:33

I am on Linux with Symfony 3.3, php5 and the Lastest version of Aimeos.

Two questions:
1. Where are the database schemas located?
2. When I want to modify the extensions where do I put the mods.

Thanks

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

Re: database schema

Post by aimeos » 09 Nov 2017, 22:40

Doveman wrote: 1. Where are the database schemas located?
Core: https://github.com/aimeos/aimeos-core/t ... ult/schema
FOSuser: https://github.com/aimeos/ai-fosuser/tr ... ult/schema
Doveman wrote: 2. When I want to modify the extensions where do I put the mods.
Always in your own extension: https://aimeos.org/docs/Developers/Create_an_extension
There's an extension generator available that will create one for you: https://aimeos.org/developer/extensions/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Doveman
Posts: 23
Joined: 06 Nov 2017, 20:59

Re: database schema

Post by Doveman » 10 Nov 2017, 01:09

Ok Thanks. Dos that unpack into the ext folder?

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

Re: database schema

Post by aimeos » 10 Nov 2017, 11:47

The Aimeos core is in ./vendor/aimeos/aimeos-core/, all Aimeos extensions are in the ./ext/ folder. This leads to a lean core and extension can be easily added or removed.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply