Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend product images #580

Open
3 tasks done
indpurvesh opened this issue Oct 10, 2021 · 9 comments
Open
3 tasks done

Backend product images #580

indpurvesh opened this issue Oct 10, 2021 · 9 comments
Assignees

Comments

@indpurvesh
Copy link
Member

indpurvesh commented Oct 10, 2021

Create product images tabs

  • Add product image tabs
  • create product image table , modem , repository , interface
  • add product image unit test
@JunaidJaved248
Copy link

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

@indpurvesh
Copy link
Member Author

@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
Copy link

@indpurvesh
image
I have done with it

@indpurvesh
Copy link
Member Author

indpurvesh commented Oct 15, 2021

@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
Copy link
Member Author

indpurvesh commented Oct 15, 2021

@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
Copy link

image
@indpurvesh

@indpurvesh
Copy link
Member Author

indpurvesh commented Oct 16, 2021

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
Copy link

image
can you help me , i followed the above steps

@indpurvesh
Copy link
Member Author

indpurvesh commented Oct 23, 2021

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants