打包排除了所有的public,根目录的public直接拷贝过去能用,应用目录的public拷贝无效,要怎么设置
你怎么实现的? 我把public 排除后 ,复制到 webman.bin 同目录下 也运行不起来,还需要修改哪里吗
在config\plugin\webman\console\app.php文件中exclude_pattern排除掉public目录,之后修改config/app.php中的为'public_path' => base_path(false) . DIRECTORY_SEPARATOR . 'public',
在phar同级建立public目录即可
你怎么实现的? 我把public 排除后 ,复制到 webman.bin 同目录下 也运行不起来,还需要修改哪里吗
在config\plugin\webman\console\app.php文件中exclude_pattern排除掉public目录,之后修改config/app.php中的为'public_path' => base_path(false) . DIRECTORY_SEPARATOR . 'public',
在phar同级建立public目录即可