avored / laravel-ecommerce

AvoRed an Open Source Laravel Shopping Cart
https://avored.com
1.5k stars 549 forks source link

Backend product images #580

Open indpurvesh opened 2 years ago

indpurvesh commented 2 years ago

Create product images tabs

JunaidJaved248 commented 2 years ago

@indpurvesh can we discuss about it, I want to work on it

indpurvesh commented 2 years ago

@JunaidJaved248 first step should be to set up a development environment. do you need any help with the setup? IF you join the slack channel it will be helpful you will find slack join link on read me page

JunaidJaved248 commented 2 years ago

@indpurvesh image I have done with it

indpurvesh commented 2 years ago

@JunaidJaved248 one main problem here is that version that are using it it's a master branch. you suppose to use this branch.

https://github.com/avored/framework/tree/avored-livewire-migration

indpurvesh commented 2 years ago

@JunaidJaved248 Below are the steps: hopefully it will help.

cd vendor/avored
rm framework
git clone https://github.com/avored/framework.git
git checkout avored-livewire-migration 
npm install && npm run dev

checkout command is the way you can switch the branch

JunaidJaved248 commented 2 years ago

image @indpurvesh

indpurvesh commented 2 years ago

Sorry, you have to go inside the framework folder then need to switch the branch. I will assign this task to you. let me know if you face any trouble.

cd vendor/avored
rm framework
git clone https://github.com/avored/framework.git
cd framework
git checkout avored-livewire-migration 
npm install && npm run dev
JunaidJaved248 commented 2 years ago

image can you help me , i followed the above steps

indpurvesh commented 2 years ago

@JunaidJaved248 I think it is best if you do it from start. I give you from start how to setup dev env. Try those command.

cd c:\xampp\htdocs
composer create-project laravel/laravel  avored-ecommerce 
cd avored-ecommerce
composer require avored/framework
cd vendor/avored
rmdir framework
git clone https://github.com/avored/framework.git
cd framework 
git checkout avored-livewire-migration 
npm install && npm run dev