2020-10-02 00:11:13 +02:00
|
|
|
<!-- DO NOT EDIT THIS FILE! -->
|
|
|
|
<!-- Instead edit recipe/cakephp.php -->
|
|
|
|
<!-- Then run bin/docgen -->
|
|
|
|
|
|
|
|
# cakephp
|
|
|
|
|
|
|
|
[Source](/recipe/cakephp.php)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Require
|
|
|
|
* [`recipe/common.php`](/docs/recipe/common.md)
|
|
|
|
* Config
|
|
|
|
* [`shared_dirs`](#shared_dirs)
|
|
|
|
* [`shared_files`](#shared_files)
|
|
|
|
* Tasks
|
|
|
|
* [`deploy:init`](#deployinit)
|
|
|
|
* [`deploy:run_migrations`](#deployrun_migrations)
|
|
|
|
* [`deploy`](#deploy)
|
|
|
|
|
|
|
|
## Config
|
|
|
|
### shared_dirs
|
|
|
|
[Source](/recipe/cakephp.php#L11)
|
|
|
|
|
|
|
|
* Overrides [`shared_dirs`](/docs/recipe/common.md#shared_dirs) from `recipe/common.php`
|
|
|
|
|
|
|
|
CakePHP 3 Project Template shared dirs
|
|
|
|
|
|
|
|
### shared_files
|
|
|
|
[Source](/recipe/cakephp.php#L17)
|
|
|
|
|
|
|
|
* Overrides [`shared_files`](/docs/recipe/common.md#shared_files) from `recipe/common.php`
|
|
|
|
|
|
|
|
CakePHP 3 Project Template shared files
|
|
|
|
|
|
|
|
|
|
|
|
## Tasks
|
|
|
|
### deploy:init
|
|
|
|
[Source](/recipe/cakephp.php#L24)
|
|
|
|
|
|
|
|
Create plugins' symlinks
|
|
|
|
|
|
|
|
### deploy:run_migrations
|
|
|
|
[Source](/recipe/cakephp.php#L31)
|
|
|
|
|
|
|
|
Run migrations
|
|
|
|
|
|
|
|
### deploy
|
|
|
|
[Source](/recipe/cakephp.php#L40)
|
|
|
|
|
|
|
|
Main task
|
|
|
|
|
|
|
|
This task is group task which contains next tasks:
|
2020-10-08 01:53:45 +02:00
|
|
|
* [`deploy:prepare`](/docs/recipe/common.md#deployprepare)
|
2020-10-02 00:11:13 +02:00
|
|
|
* [`deploy:vendors`](/docs/recipe/deploy/vendors.md#deployvendors)
|
|
|
|
* [`deploy:init`](/docs/recipe/cakephp.md#deployinit)
|
|
|
|
* [`deploy:run_migrations`](/docs/recipe/cakephp.md#deployrun_migrations)
|
2020-10-08 01:53:45 +02:00
|
|
|
* [`deploy:publish`](/docs/recipe/common.md#deploypublish)
|
2020-10-02 00:11:13 +02:00
|
|
|
|
|
|
|
|