qybercom / quark-app
A project template for PHP projects based on Quark framework
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:template
Requires
- qybercom/quark: dev-master
This package is auto-updated.
Last update: 2024-10-11 22:59:41 UTC
README
This is a sample application of the Quark-based project. It can be easily used in different ways:
- Cloning of this repository then connecting it with
Quark
framework by specifying its location inloader.php
file. - Downloading this repository with same further steps
- Using the
composer create-project qybercom/quark-app
command
For first two options please refer to Quark
README
Docker
This repository is equipped with ready-to-use Dockerfile
, docker-compose.yml
and some other DevOps configs. You can change them to fit for your purposes (adding/removing packages, setting listening ports, PHP
and NginX
configuration options).
Please note that
./runtime
directory is excluded in the.dockerignore
for letting users link actual config files by orchestration mechanisms (such asdocker-compose
orKubernetes
). the./.devops/docker/filesystem/app/runtime
directory is useful for storing and linking of the default or common application settings