eckmar-community / eckmar

Open-source marketplace on Laravel (PHP). Also known as the Eckmar's Marketplace Script.
104 stars 61 forks source link

how to update to v1.1 #88

Closed whitevoid90 closed 11 months ago

whitevoid90 commented 11 months ago

how to update to v1.1 without destroying current settings ?

knulii commented 11 months ago

You should be able to just add the Modules folder to you current site and a small edit to app/Console/Kernel.php.

Backup your database and test it out on a copy of the site first to make sure the db doesn't get mad at you.

dclipca commented 11 months ago

You should be able to just add the Modules folder to you current site and a small edit to app/Console/Kernel.php.

Backup your database and test it out on a copy of the site first to make sure the db doesn't get mad at you.

This. In terms of updating long-term, it would be better to git clone https://github.com/eckmarcommunity/eckmar.git (to have the .git folder locally) then git pull to update.

whitevoid90 commented 11 months ago

after copying vendor folder and kernel.php i had to migrate with " php artisan migrate ' . now its working .. thanks :)