magento: add page
This commit is contained in:

committed by
Agniva De Sarker

parent
c2c541e5e0
commit
54ab80bef1
19
pages/common/magento.md
Normal file
19
pages/common/magento.md
Normal 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`
|
Reference in New Issue
Block a user