docs/recipe/cakephp.md
require 'recipe/cakephp.php';
Deployer is a free and open source deployment tool written in PHP. It helps you to deploy your Cakephp application to a server. It is very easy to use and has a lot of features.
Three main features of Deployer are:
Additionally, Deployer has a lot of other features, like:
You can read more about Deployer in Getting Started.
The deploy task of Cakephp consists of:
The cakephp recipe is based on the common recipe.
Overrides shared_dirs from recipe/deploy/shared.php.
CakePHP 4 Project Template configuration CakePHP 4 Project Template shared dirs
[
'logs',
'tmp',
]
Overrides shared_files from recipe/deploy/shared.php.
CakePHP 4 Project Template shared files
[
'config/.env',
'config/app.php',
]
Create plugins' symlinks
Run migrations
Main task
This task is group task which contains next tasks: