v0.6.2
Full list of changes
- Update laravel dependencies
Upgrade instruction (only when you are upgrading from v0.5.x or older)
DEFAULT_TAX_RATE property to the .env file, e.g. DEFAULT_TAX_RATE=19 for 19%. Have a look at the .env.example file and place the property at the same location if possible.
After pulling the latest codebase please run
composer install --no-dev
php artisan cache:clear
php artisan config:clear
php artisan view:clear