Skip to main content

Daemon

Before working on your newly created Drogon project, you have to start the Drogon daemon inside the current project.

drogon start

Once you are finished with development, testing and deployment, you can stop the background Drogon daemon by running the below command inside the project:

drogon stop