From b43056394e5d1fa33308c0d44e1e9cc9b9ea77fb Mon Sep 17 00:00:00 2001 From: Johan van Helden <71324307+johan-paqt@users.noreply.github.com> Date: Thu, 16 Feb 2023 07:14:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eafa3a9..c18e793 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - Link the storage: `artisan storage:link` - Run the asset build: `./buildHook.sh $PWD` - Import the translations: `artisan w2w:import-translations` +- Export the translations for Javascript: `artisan w2w:export-translations` #### Development - Create a database @@ -31,6 +32,7 @@ - Properly fill in the `.env` file - Run the migrations and seeders: `artisan migrate --seed` (it will handle the bootstrapping and linking of the storage as well) - Run the asset build: `./buildHook.sh $PWD --continue` +- Export the translations for Javascript: `artisan w2w:export-translations` ## Storage