1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 13:55:31 +02:00

magento: add page

This commit is contained in:
pxgamer 2018-06-04 17:29:29 +01:00 committed by Agniva De Sarker
parent c2c541e5e0
commit 54ab80bef1

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`