magento: add page

italian
pxgamer 2018-06-04 17:29:29 +01:00 committed by Agniva De Sarker
parent c2c541e5e0
commit 54ab80bef1
1 changed files with 19 additions and 0 deletions

19
pages/common/magento.md Normal file
View File

@ -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`