Upgrading UrlHum

Learn how with two simple commands you can upgrade UrlHum.

Upgrading UrlHum is as simple as typing

git pull

This way, git will retrieve all the latest commits on GitHub and give you the latest version of UrlHum files.

After the pull is complete, you must type

composer update

Then,

php artisan migrate
php artisan settings:set

to allow UrlHum create new settings in your database, in case there are new settings in the codebase.

That's all! You just upgraded UrlHum.