Skip to content

Commit

Permalink
Added UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Jan 9, 2021
1 parent 6b26ada commit 984bfb5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Upgrading
Because there are many breaking changes an upgrade is not that easy.
There are many edge cases this guide does not cover.
We accept PRs to improve this guide.

## From v1.6 to v2.0
Because the CSV default format was changed, please follow this steps:
1. Please run the `php artisan larex:export` **before upgrading to v2.0!**
2. Delete the `localization.csv` file inside _project-root/resources/lang_ folder
2. Upgrade the library to **v2.0**
3. Run the `php artisan larex:import` command

## From v1.5 to v1.6
- No breaking changes
- Dropped support for **PHP 7.2**, please update at least to **PHP 7.3**

0 comments on commit 984bfb5

Please sign in to comment.