lartak / croogo-app
Croogo skeleton app
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6
- cakephp/cakephp: 3.5.*
- cakephp/migrations: ^1.0
- cakephp/plugin-installer: ^1.0
- josegonzalez/dotenv: 3.*
- lartak/croogo: ^1.0
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ^1.1
- cakephp/cakephp-codesniffer: ^3.0
- cakephp/debug_kit: ^3.2
- psy/psysh: @stable
Suggests
- dereuromark/cakephp-ide-helper: After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan compatibility.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is auto-updated.
Last update: 2024-11-18 07:18:19 UTC
README
Croogo is a free, open source, content management system for PHP, released under MIT License.
It is powered by CakePHP MVC framework.
Requirements
- Apache with
mod_rewrite
- PHP 5.6 or higher
- MySQL 5.7 or higher
Installation
Installation using composer
The preferred way to install Croogo is by using composer.
composer create-project lartak/croogo-app myapp
cd myapp
composer install
If you want hack on croogo, you can use the --prefer-source
flag, ie:
`composer create-project --prefer-source lartak/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