From 54ab80bef10fb23b4c5a37c25f0126411186b008 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Mon, 4 Jun 2018 17:29:29 +0100 Subject: [PATCH] magento: add page --- pages/common/magento.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/common/magento.md diff --git a/pages/common/magento.md b/pages/common/magento.md new file mode 100644 index 000000000..81f6082e5 --- /dev/null +++ b/pages/common/magento.md @@ -0,0 +1,19 @@ +# magento + +> A CLI for managing the Magento PHP framework. + +- Enable one or more space-separated modules: + +`magento module:enable {{module(s)}}` + +- Disable one or more space-separated modules: + +`magento module:disable {{module(s)}}` + +- Update the database after enabling modules: + +`magento setup:upgrade` + +- List all available commands: + +`magento list`