sproutcms/site
最新稳定版本:v4.4.4
Composer 安装命令:
composer create-project sproutcms/site
包简介
Template Sprout 4 Application
README 文档
README
SproutCMS is a flexible and feature rich cms and application framework, developed in PHP, designed to enable quick and agile custom development. SproutCMS was built to reward innovation and encourage developers to produce complex applications. It is built by developers, for developers.
Requirements
-
PHP 8.1 or later
-
A web server, e.g. Apache or nginx
-
MySQL 8.0 or later, or MariaDB 10.3 or later
-
Composer 2 or later
These requirements are also provided in the Dockerfile and compose samples.
Getting started
- Run
composer create-project sproutcms/site - Run
composer serve - Browse to http://localhost:8080/
Docker
A sample docker configuration is also provided.
This is a basic Nginx + MariaDB + PHP-FPM installation.
composer create-project sproutcms/site my-project cd my-project ./start.sh up # OR docker-compose up --build --detach
Browse to http://localhost:8080/
Documentation
For more, visit sproutcms/cms.
统计信息
- 总下载量: 81
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-08-01