Upgrade


v3.0.1

php artisan down            # Enable the maintenance mode.
git pull origin v3.0        # Update the application from Github.
composer install            # Update the PHP dependencies, including TRAX Core.
php artisan up              # Disable the maintenance mode.