quickapps / website
QuickAppsCMS website app skeleton
dev-master
2018-04-05 18:41 UTC
Requires
- php: >=5.6
- cakephp/cakephp: 3.3.16
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
- quickapps-plugins/installer: *
Suggests
- cakephp/bake: Pprovides the code generation functionality for CakePHP. Through a suite of CLI tools, you can quickly and easily generate code for your application.
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- cakephp/debug_kit: Provides a debugging toolbar and enhanced debugging tools for CakePHP applications.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
- quickapps/cms: Development and testing repository, used to perform CI tests
This package is not auto-updated.
Last update: 2024-11-09 16:06:30 UTC
README
A skeleton for creating websites with QuickAppsCMS 2.0.
This is an unstable repository and should be treated as an alpha.
Installation
- Download Composer or update
composer self-update
. - Run
php composer.phar create-project -s dev quickapps/website [your_website_name]
.
If Composer is installed globally, run:
composer create-project -s dev quickapps/website [website_name]
After composer is done visit http://example.com/
and start QuickAppsCMS installation.