Overview
The configuration for Larakube is an ordinary Laravel configuration file and is located at config/kube.php.
You will also notice a folder copied to your projects root directory during the publish command you executed in the previous step.
This folder is called kube/ and contains a services.php and services folder. This folder is where your services are kept, each directory inside services is a service.
The services.php file is where you define your infrastructure.
Last updated