bagisto / bagisto-standard

A Free and Opensource laravel eCommerce framework built for all to build and scale your business.
MIT License
9 stars 3 forks source link

Port one click update from bagisto/standard to bagisto/bagisto #19

Open ghermans opened 3 years ago

ghermans commented 3 years ago

Currently the one-click update feature is only available in https://github.com/bagisto/bagisto-standard, since this raised a lot questions from users it should be added to https://github.com/bagisto/bagisto/

devansh-webkul commented 3 years ago

Hi @ghermans,

This is a major release.

This can't be done right now as for one-click we need to do shift all packages to the vendor by creating individual repositories like bagisto/product, bagisto/inventory, bagisto/admin, etc.

For now fixing the Bagisto standard is the best solution.

alexandre-leites commented 3 years ago

Sorry for hijacking this thread as I'm just getting introduced to Bagisto. What are the differences between bagisto/bagisto-standard and bagisto/bagisto?

devansh-webkul commented 3 years ago

Bagisto standard is for the one-click update. Let say if a new version is released then the user doesn't need to do it manually (unless and until some major customization done).

Whereas Bagisto is the main core portion.