Closed whitevoid90 closed 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.
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.
after copying vendor folder and kernel.php i had to migrate with " php artisan migrate ' . now its working .. thanks :)
how to update to v1.1 without destroying current settings ?