Bagisto Update Responsibility
-
Hi Bagisto team!
We're currently customizing and developing new packages for Bagisto. However, whenever we pull from gitHub to start project in other env, we encounter unexpected errors due to the new updates.
For instance, the lang file path has been changed and we need to adjust it accordingly (since the "addresses/index.blade.php" file has been deleted and the directory has been changed to "address/").
The code:
Shop::app.checkout.onepage.addresses.billing.billing-address
should be changed to:
Shop::app.checkout.onepage.address.billing-address
In addition to this, we've encountered various minor issues as well. However, we hope that our customized packages won't cause any problems for you.
We're always working on the master branch. We've considered moving to the version 2.1 branch, and we would like to hear your advice on what would make sense.
What do you suggest? Is it not a good option to use the master branch for customizing packages?
Thank you for your time and we look forward to your kind reply.
Best regards, Ming -
@Ming-Zhang
hello there may I know are you using master branch or stable branch -> V2.1.2In case you are using master branch for customization I would recommend you to use Branch V2.1.2 as in master branch continuous changes occur and V2.1.2 is stable so you can perform your work very easily.
In case you have any other doubt you can reach out to use anytime.
-
Thank you for your kind reply!
I was using master branch, And I will use stable branch V2.1.2 from today.
And I want to ask a question, in env, I set QUEUE_DRIVER as a sync, and others set this as a database.
And we met some differences.
Could you tell me what is default setting for bagisto? -
In another scenario, suppose you need a source of solution, you can refer to the master code. This will provide you with many ideas to work on your customization.
The Sync Driver essentially follows requests instantly. However, if you are using any other driver like Redis, etc., then you need to run the
php artisan queue:listen
command." -
Thank you!
And I will ask you again when I meet unexpected error. -
Thanks
Looking ahead for the same. We would love to help you at the best.