Skip to content

Commit

Permalink
added how to use to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
red-freak committed Nov 5, 2022
1 parent 8f40b12 commit 645df64
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ The project does not need a database-server. It is able to work ith SQLite.
- Laravel 8
- spatie/simple-excel
- PHP 8.1
- SQLite
- SQLite (or any other database)

## How to use
1. clone the project
2. setup your environment (no server needed)
3. Export MAXQDA Paraphrases as HTML ([see MAXQDA-FAQ](https://www.maxqda.de/hilfe-mx20/12-paraphrasieren/paraphrasen-matrix))
4. copy the HTML-file(s) into the `storage/sources`-folder
5. run `php artisan maxqda:import`
6. run `php artisan maxqda:export`
7. the excel-file is in the `storage/exports`-folder

## tested with
- MAXQDA 2022

## Licence
This package is free to use as stated by the [LICENCE.md](LICENSE.md) under the MIT License, but you can [buy me a coffee](https://www.buymeacoffee.com/redFreak) if you want :D.

0 comments on commit 645df64

Please sign in to comment.