If you're already using Codeigniter 4 with composer, then as long as you have a composer.json + composer.lock file in your repository, and have chose the correct php app image for your app, then the Upsun will automatically install your composer dependencies as defined in your composer.lock file.
If you're not using composer, or you're on Codeigniter3, then you'll need to download the codeigniter zip during the build hook, and unzip into the correct location.
Comments
Please sign in to leave a comment.