Project
This content is for v0.3. Switch to the latest version for up-to-date documentation.
With this command you can start or stop your project.
Start the project
Section titled “Start the project”With the command webdev project start you can start the project. Executing this command is only neccessary when you use the devEnv with phpstorm. Otherwise the start commands will be done when you open the devcontainer with VS Code or one of their forks.
Internally this command will use the devcontainer CLI to start the devcontainer and all defined create, init and start commands.
Stop the project Since v0.3.1
Section titled “Stop the project ”The command webdev project stop will stop all running containers of this project.