Updating Dreamfactroy 2.0.2 to 2.0.4

Are there instructions for updating from 2.0.2 to 2.0.4. Using Ubuntu. I used GitHub to install 2.0.2. Any help or instructions will be greatly appreciated.

Here you’ll find instructions to upgrade to the latest version: https://wiki.dreamfactory.com/DreamFactory/Installation

Probably you’ll have to do this:

$ git stash $ git checkout master $ git pull origin master //self-update is optional, you might get an error without the latest copy of composer $ php composer.phar self-update $ php composer.phar install --no-dev $ php artisan migrate --seed $ php artisan cache:clear

1 Like

Thank you for your quick response. Let me try that.