Cakeコアライブラリを移動する場合の設定方法

更新日 2025-06-04 09:47:08
cakephp

APP/config/paths.phpのCAKE_CORE_INCLUDE_PATHを書き換える。(デフォルトはAPP/vendor/cakephp/cakephp)
define('CAKE_CORE_INCLUDE_PATH', '/path/to/dir');