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:
parent
c2c541e5e0
commit
54ab80bef1
1 changed files with 19 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue