Download the PHP package newday-me/think-cms without Composer

On this page you can find all versions of the php package newday-me/think-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package think-cms

NewDayCms - 哩呵后台管理系统

演示地址:http://cms.newday.me

一、CMS定位

通用后台管理的脚手架

二、CMS安装

运行【composer create-project newday-me/think-cms C:/www/cms 2.0.0】

从【http://cms.newday.me/download.html】下载压缩包,然后直接解压。

配置好【.env】文件,运行【php think migrate:run】

三、CMS分层

CMS的数据流方向如下图:

模型层:一个model对应一张表,负责数据库的操作。数据库操作。

数据层:一个modal对应一个data,实现特定的数据操作。调用model进行数据库操作,调用其他data进行数据库操作,数据的加密等处理。数据操作,不涉及业务。

逻辑层:远程数据的管理(如:远程接口调用封装),业务(如:上传,菜单树构建),调用其他逻辑层进行业务操作。处理业务和精简服务层。

服务层:调用数据层操作数据,调用逻辑层处理业务。尽量精简,调用为主。

应用层:接收和输出数据。输入和输出。

四、CMS表单

只需要简单地配置,就可以快速生成表单项。 已支持生成的表单项有:文本、文本域、标签、时间、颜色、图片、文件、单选、多选、下拉框、编辑器、JSON。

五、建议反馈

有问题或者建议,欢迎邮件至【[email protected]】。

因空余时间不多,回复慢还请见谅。


All versions of think-cms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
topthink/framework Version 5.1.32
topthink/think-captcha Version 2.0.2
topthink/think-image Version 1.0.7
topthink/think-migration Version 2.0.3
newday-me/upload Version 0.0.3
upyun/sdk Version 3.3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package newday-me/think-cms contains the following files

Loading the files please wait ....