Create Magento App
v2
Create ScandiPWA App
ScandiPWA Docs
GitHub
Search
⌃
K
Links
Create Magento App
Getting started
Getting Started
Prerequisites
Available commands
Start the application
Stop the application
Check application status
Enter application CLI
Explore application logs
Execute commands in Docker containers
Link a theme
Import database dump
⚠️ Uninstall a project
Folder structure
Updating to New Releases
Configuration File
Supported Magento versions
How does it work?
Limitations
What Is New in Version 2
Usage guide
Using console commands
Accessing Docker containers
Linking a Scandi Theme
Enabling XDebug
Enabling SSL
Configuring PHP
Configuring Multi-Store
Configuring NewRelic
Use custom domain
Access on the local network
Importing database
Using Enterprise Edition
Converting legacy Docker setup to CMA
Improve Performance
Container images
PHP Images
ElasticSearch Images
Scripts Extensions
PHP Extensions
Troubleshooting
Common Issues
CMA Debugging
Uninstall CMA
Powered By
GitBook
Comment on page
Stop the application
yarn stop
or
npm run stop
This command stops a local deployment of your Magento 2 application. It does it in the following steps:
1.
Gracefully stops Docker containers.
Usage example
yarn
stop
# for Yarn
npm
run stop
# for NPM
Previous
Start the application
Next
Check application status
Last modified
1yr ago