cp .env.example .env
php artisan key:generate
Add this key to the end of the .env file
ANDROID_RES_PATH="/Users/marie/Documents/Projects/BAM/Clients/SmokeFree/smokefree-android/app/src/main/res"
php artisan serve
curl --location --request POST 'http://127.0.0.1:8000/api/sync' --form 'csv_file=@"/Users/marie/Downloads/Android Strings - Localisations.csv"'