Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

CubeQuence/CubeQuence

Repository files navigation

Total Downloads Latest Stable Version License

CubeQuence

Ultra-Light custom php framework.

Installation

For development

  1. composer create-project --prefer-dist cubequence/cubequence hello-world
  2. Edit .env
  3. php cubequence app:key
  4. php cubequence db:migrate
  5. php cubequence db:seed
  6. Start development server php -S localhost:8080 -t public

For deployment

  1. git clone https://github.com/CubeQuence/CubeQuence
  2. composer install --optimize-autoloader --no-dev
  3. Edit .env
  4. php cubequence app:key
  5. php cubequence db:migrate

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Copyright © 2020 Luca Castelnuovo.
This project is MIT licensed.