手动安装 cakephp 3,无需作曲家

installing cakephp 3 manually, without composer(手动安装 cakephp 3,无需作曲家)
本文介绍了手动安装 cakephp 3,无需作曲家的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我需要以老式的上传-解压缩-运行方式安装 CakePHP 3.

我从 cakephp/cakephp/tags 下载的存档不包含默认文件夹如webrootModel等,表示不完整.

官方文档 并未涵盖此内容.这是我发现的一个相关的 Github 问题,但该人最终仍在使用 Composer.>

还有 cakephp/app 并且它似乎包含了那些丢失的文件,但在 cakephp/cakephp 的 composer.json,即使我下载了它,我也不知道如何合并这些包.

请帮忙

解决方案

打包应用 (cakephp/app) 发布,包括所有依赖项(框架 (cakephp/cakephp)、标准 CakePHP 插件(cakephp/debugkitcakephp/bake 等)、所需的第三方库)可以在 GitHub 上找到.

https://github.com/cakephp/cakephp/releases强>

是带有小包符号的下载,命名为cake-3-x-x.zip.

然而,放弃依赖管理器并不是一个好主意,因为保持代码库和自动加载器最新会相当乏味,而且,无意冒犯,我怀疑你是否能够如果您甚至不知道如何将应用程序和蛋糕包拼接在一起,请正确处理此问题.

I need to install CakePHP 3 in an old-fashioned upload-unzip-run way.

The archive I've downloaded from cakephp/cakephp/tags does not contain the default folders like webroot, Model etc., which means it's not complete.

The official documentation does not cover this. Here's a relevant Github issue I found, but the person ends up still using Composer.

There's also cakephp/app and it seems to include those missing files, but it's not mentioned in cakephp/cakephp's composer.json, and even if I download it I've no idea how to merge the packages.

Please help

解决方案

Packaged app (cakephp/app) releases that include all dependencies (framework (cakephp/cakephp), standard CakePHP plugins (cakephp/debugkit, cakephp/bake, etc), required third party libraries) can be found on GitHub.

https://github.com/cakephp/cakephp/releases

It's the download with the small package symbol, named like cake-3-x-x.zip.

However, it isn't a good idea to ditch the dependency manager, as keeping the code base and the autoloader up to date will be rather tedious, and, no offense, I have my doubts that you'll be able to handle this properly if you don't even know how to stitch the app and cake packages together.

这篇关于手动安装 cakephp 3,无需作曲家的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)