mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-09 00:26:03 +02:00
magento: move db upgrade below module examples
This commit is contained in:
parent
a14c47535a
commit
bc8b879caf
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
> A CLI for managing the Magento PHP framework.
|
> A CLI for managing the Magento PHP framework.
|
||||||
|
|
||||||
- Update the database after enabling modules:
|
|
||||||
|
|
||||||
`magento setup:upgrade`
|
|
||||||
|
|
||||||
- Enable one or more space-separated modules:
|
- Enable one or more space-separated modules:
|
||||||
|
|
||||||
`magento module:enable {{module(s)}}`
|
`magento module:enable {{module(s)}}`
|
||||||
|
@ -14,6 +10,10 @@
|
||||||
|
|
||||||
`magento module:disable {{module(s)}}`
|
`magento module:disable {{module(s)}}`
|
||||||
|
|
||||||
|
- Update the database after enabling modules:
|
||||||
|
|
||||||
|
`magento setup:upgrade`
|
||||||
|
|
||||||
- Update code and dependency injection configuration:
|
- Update code and dependency injection configuration:
|
||||||
|
|
||||||
`magento setup:di:compile`
|
`magento setup:di:compile`
|
||||||
|
|
Loading…
Add table
Reference in a new issue