Search found 43 matches

by yong
17 Jul 2019, 10:25
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

Re: setup task

thanks ! so after this i just have to execute php artisan aimeos:setup ?
by yong
17 Jul 2019, 10:21
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

Re: setup task

I dit it ! But what's rhe next step please ? how can i write the setup tasks ?
by yong
17 Jul 2019, 10:19
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

Re: setup task

And after that ...!? what about setup task ?
by yong
17 Jul 2019, 09:57
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

Re: setup task

Need helps please ...
by yong
17 Jul 2019, 09:02
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

Re: setup task

I want to extend an existing table (table user of laravel) and create new tables for an existing domain (customer, product ) and join the tables of a different domain with foreign constraint !
by yong
17 Jul 2019, 08:45
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

Re: setup task

please have u another documentations or explanations for setup task process ! I don't understand setup task class works and how to include ur own schema file in that class
by yong
16 Jul 2019, 13:27
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

Re: setup task

thanks ! but i want to know how to apply those customer setup in the real database ! which commands allow us to apply the database changes and i don't completly understand the basics setup tasks in the laravel documentation ! Need help please ...!
by yong
12 Jul 2019, 15:30
Forum: Laravel package
Topic: customer task
Replies: 1
Views: 698

customer task

Hi ! please i want to modify users table in the database , but it seems like in the setup tasks it is mshop_customer i don't know if i modify that setup in my extension it will alter the " user " table or the " customer" table
by yong
12 Jul 2019, 14:02
Forum: Laravel package
Topic: setup task
Replies: 18
Views: 4625

setup task

please i 'm trying to understand the structure of the setup task ; i want first to know where is the setup task which added columns (label, salutations, company etc.) in the " users " table of laravel !
I looked at aimeos-core/lib/mshoplib/setup but i didn't see any class that do it !