MyGit

croogo/croogo

Fork: 314 Star: 819 (更新于 1970-01-01 00:00:00)

license: NOASSERTION

Language: PHP .

A CakePHP powered Content Management System

最后发布版本: 4.0.7 ( 2020-10-31 09:01:09)

官方网址 GitHub网址

Croogo

Croogo is a free, open source, content management system for PHP, released under MIT License.

It is powered by CakePHP MVC framework.

This repository contains the plugins that made up the core of croogo. Application template repository is https://github.com/croogo/app.

Build Status Scrutinizer Code Quality Code Coverage

Requirements

  • Apache with mod_rewrite OR nginx
  • PHP 7.1 or higher
  • MySQL 5.7 or higher

Installation

Installation using composer

The preferred way to install Croogo is by using composer.

composer create-project croogo/app myapp
cd myapp
composer install
$EDITOR config/app.php # change database access credentials
bin/cake server # then browse to http://localhost:8765 or use vhost

If you want hack on croogo, you can use the --prefer-source flag, ie:

`composer create-project --prefer-source croogo/app myapp`

Web based installer

  • Extract the archive. Upload the content to your server.
  • Create a new MySQL database (charset utf8mb4 with utf8m4_unicode_ci collation)
  • Visit http://your-site.com/ from your browser and follow the instructions.

Manual installation

  • Extract the archive. Upload the content to your server.
  • Locate your config directory, and rename the following files:
    • config/app.default.php to config/app.php, and edit the details.
  • You can access your admin panel at http://your-site.com/admin. The installer should display a page for you to create the administrative user.

Links

最近版本更新:(数据更新于 1970-01-01 00:00:00)

2020-10-31 09:01:09 4.0.7

2020-10-10 21:40:37 5.0.0-beta.1

2020-06-27 17:21:20 4.0.6

2020-03-05 09:57:56 4.0.5

2020-02-28 08:57:02 4.0.4

2019-12-08 10:59:42 4.0.2

2019-11-28 08:40:57 4.0.1

2019-11-28 08:37:40 3.0.7

2019-11-25 15:07:05 4.0.0

2019-11-09 18:01:05 4.0.0-beta.4

主题(topics):

cakephp, cms, php

croogo/croogo同语言 PHP最近更新仓库

2024-06-26 20:49:20 snipe/snipe-it

2024-06-12 14:59:19 doctrine/dbal

2024-06-11 19:29:09 coollabsio/coolify

2024-05-31 16:22:53 symfony/var-dumper

2024-05-31 16:19:47 symfony/symfony

2024-05-31 15:16:25 mongodb/laravel-mongodb