panix/app

PIXELION CMS

1.0.9 2023-05-30 23:10 UTC

This package is auto-updated.

Last update: 2024-04-08 21:17:46 UTC


README

PIXELION CMS

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

Installation

After installing Composer, run the following command to install the Composer Asset Plugin

First run

php composer global require "fxp/composer-asset-plugin:^1.2.0"

Either run for dev

php composer create-project panix/app . "dev-master"

Either run for production

php composer create-project --prefer-dist --no-dev --stability=dev panix/app . "dev-master"