inferno-code/website-base

0.1.1 2020-12-20 19:21 UTC

This package is auto-updated.

Last update: 2024-04-21 03:12:41 UTC


README

This is template project for sites:

  1. Based on Slim Framework
  2. Used database is PostgreSQL
  3. Used Twig engine for templates

This release is not completed yet.

Using template for creating new project

composer --dev create-project inferno-code/website-base PROJECT_NAME
cd PROJECT_NAME
start php -S 127.0.0.1:80 -t web
curl http://127.0.0.1/hello/world