i would like to add a column and need to write some query by myself.. Need a help

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!
kishore
Posts: 3
Joined: 04 Mar 2021, 09:19

i would like to add a column and need to write some query by myself.. Need a help

Post by kishore » 04 Mar 2021, 10:07

Hello buddies I am Laravel developer and I would like to alter existing table and like to change the query... it's hard to find the db flow here..
help me to understand how you are connecting to SQL queries.

It's my new organization and being with this task for 2 days so, any help would be nice ASAP... thanks in advance.

kishore
Posts: 3
Joined: 04 Mar 2021, 09:19

Re: i would like to add a column and need to write some query by myself.. Need a help

Post by kishore » 05 Mar 2021, 12:10

Hello Admin ?????

you replied everyone questions without mine.


Can you please reply.... is it possible or not..

so, i can tell my organization that lets check for other packages

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

Re: i would like to add a column and need to write some query by myself.. Need a help

Post by aimeos » 05 Mar 2021, 14:23

First of all, Aimeos is an Open Source project mainly supported by developers using it for their own projects so we are all helping others in our spare time and it depends on how much work we have to do on our own. If you need immediate support, you should pay the Aimeos company for 1:1 developer support: https://aimeos.com/support

Next, your question is very unspecific so I can only give you general answers.

To extend a table read about migrations first:
https://aimeos.org/docs/latest/infrastr ... igrations/

To fetch and save additional properties, read about extending managers:
https://aimeos.org/docs/latest/infrastr ... -managers/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

kishore
Posts: 3
Joined: 04 Mar 2021, 09:19

Re: i would like to add a column and need to write some query by myself.. Need a help

Post by kishore » 08 Mar 2021, 05:48

Thanks for your responding and reply.... :D

Post Reply