From f6899a205adcb80b89ade8ae35702e37a9a40a67 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 25 Jul 2023 16:13:00 +0300 Subject: [PATCH] Update cli-commands.md --- docs/cli-commands.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cli-commands.md b/docs/cli-commands.md index 4ddda2d62..5329b64a1 100644 --- a/docs/cli-commands.md +++ b/docs/cli-commands.md @@ -16,6 +16,10 @@ The `--seed` flag causes the addon to be seeded as well. php artisan addon:install anomaly.module.store --seed ``` +### Install All modules and migrate + +Clone modules & themes and run this command: + ```bash php artisan migrate --all-addons ```