quickapps/website

QuickAppsCMS website app skeleton

Maintainers

Package info

github.com/QuickAppsCMS/website

Homepage

Issues

Type:project

pkg:composer/quickapps/website

Statistics

Installs: 1 680

Dependents: 0

Suggesters: 0

Stars: 2

dev-master 2018-04-05 18:41 UTC

This package is not auto-updated.

Last update: 2026-02-28 23:12:35 UTC


README

A skeleton for creating websites with QuickAppsCMS 2.0.

This is an unstable repository and should be treated as an alpha.

Installation

  1. Download Composer or update composer self-update.
  2. 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.

Links of Interest