Application Types
Cloudbear Automation Platform
Guides
Setting
type in your
config.cap.yaml tells CAP what framework you are running, so it can fill in
the parts of a deployment that follow from it:
type: laravel
Four things change when you set it:
Default services are created for you. Most types get a
db servi...