croogo / croogo
Croogo - Open Source CMS built for everyone
Installs: 15 637
Dependents: 29
Suggesters: 0
Security: 8
Stars: 816
Watchers: 78
Forks: 310
Open Issues: 75
Type:cakephp-plugin
Requires
- php: >=7.1.0
- admad/cakephp-sequence: ^3.0.1
- cakephp/acl: ^0.7.0
- cakephp/cakephp: ^4.1.4
- cakephp/migrations: ^3.0
- cakephp/plugin-installer: ~1.2
- firebase/php-jwt: ^5.2.0
- friendsofcake/bootstrap-ui: ^3.0.1
- friendsofcake/crud: ^6.0
- friendsofcake/crud-json-api: ^1.0.0
- friendsofcake/search: ^6.0
- intervention/image: ^2.4.1
- league/flysystem: ^1.0
- nikic/php-parser: ^4.10.2
Requires (Dev)
- cakephp/cakephp-codesniffer: ^3.0
- friendsofcake/cakephp-test-utilities: ^0.0.2
- phpunit/phpunit: ^5|^6
Suggests
- admad/cakephp-jwt-auth: CakePHP JWT Authenticate plugin
- char0n/ffmpeg-php: PHP wrapper for FFmpeg application
- croogo/locale: Localization for Croogo
Replaces
- croogo/acl: 5.0.0-beta.1
- croogo/blocks: 5.0.0-beta.1
- croogo/comments: 5.0.0-beta.1
- croogo/contacts: 5.0.0-beta.1
- croogo/core: 5.0.0-beta.1
- croogo/dashboards: 5.0.0-beta.1
- croogo/example: 5.0.0-beta.1
- croogo/extensions: 5.0.0-beta.1
- croogo/filemanager: 5.0.0-beta.1
- croogo/install: 5.0.0-beta.1
- croogo/menus: 5.0.0-beta.1
- croogo/meta: 5.0.0-beta.1
- croogo/nodes: 5.0.0-beta.1
- croogo/settings: 5.0.0-beta.1
- croogo/taxonomy: 5.0.0-beta.1
- croogo/users: 5.0.0-beta.1
- croogo/wysiwyg: 5.0.0-beta.1
- dev-master
- 5.0.x-dev
- 5.0.0-beta.1
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-beta.4
- 4.0.0-beta.3
- 4.0.0-beta.2
- 4.0.0-beta.1
- 4.0.0-alpha.2
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-beta.1
- 3.0.0-alpha.4
- 3.0.0-alpha.3
- 3.0.0-alpha.2
- 3.0.0-alpha.1
- 2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- dev-rchavik/5.0
This package is auto-updated.
Last update: 2024-12-07 11:58:39 UTC
README
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.
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
withutf8m4_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
toconfig/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
-
Official website: http://croogo.org
-
Blog: http://blog.croogo.org
-
Downloads: http://downloads.croogo.org
-
Issue Tracker: http://github.com/croogo/croogo/issues
-
Documentation: http://docs.croogo.org
-
Google Group: http://groups.google.com/group/croogo
-
IRC Channel: #croogo on irc.freenode.net