Page 1 of 1

database schema

Posted: 09 Nov 2017, 22:33
by Doveman
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

Re: database schema

Posted: 09 Nov 2017, 22:40
by aimeos
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/

Re: database schema

Posted: 10 Nov 2017, 01:09
by Doveman
Ok Thanks. Dos that unpack into the ext folder?

Re: database schema

Posted: 10 Nov 2017, 11:47
by aimeos
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.