Is it possible to upgrade bagisto version without affecting changes to current project changes?
-
Changes such as addition of custom package, and override in some webkul packages.(such as some routes and views)
-
We recommend to build a package if you want to customize any thing or want do any changes in core so that when new version released, you can easily put your package in new bagisto.
Thanks
-
Hi @rahul ! As i ovveride the whole shop front but now i want to upgrade my bagisto version ... How can i accomplish this task without effecting current changes?
-
If you did create a packages for your changes then it will be very easy.
You just need to install new bagisto and use your package in this new version.Thanks
-
@rahul , How I will deal with database, If I run
php artisan bagisto:install
I will lose my data which is in database? -
Yes, you will lose your data because in the backend we run fresh command. Just make sure if you are using an existing one then that means Bagisto is already installed in your system.