Cakeコアライブラリを移動する場合の設定方法
更新日 2020-09-03 10:01:03
cakephp3
APP/config/paths.phpのCAKE_CORE_INCLUDE_PATHを書き換える。(デフォルトはAPP/vendor/cakephp/cakephp)
// APP/config/paths.php
define('CAKE_CORE_INCLUDE_PATH', '/path/to/dir');
// APP/config/paths.php
define('CAKE_CORE_INCLUDE_PATH', '/path/to/dir');