Skip to content

v0.6.2

Choose a tag to compare

@xam-ps xam-ps released this 15 Feb 11:24
· 38 commits to main since this release

Full list of changes

  • Update laravel dependencies

Upgrade instruction (only when you are upgrading from v0.5.x or older)

⚠️You need to add a 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

For a fresh installation please have a look at the README.