Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.42 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.42 KB

TRAY DIGITA

Requirements

  • php 8.2 or later
  • ext-curl
  • ext-pdo
  • ext-json
  • ext-openssl
  • ext-pdo
  • ext-gd
  • ext-pdo_mysql
  • ext-fileinfo

Also see composer.json

Note

constant TD_APP_DIRECTORY must be declared on console or index loader.

Installation

Create project using composer

composer create-project arrayaccess/traydigita --prefer-dist --stability=dev example.com
  • copy config.example.php to config.php
  • create database & put info config.php
  • Doing install database schema via command line
php bin/tray-digita app:db --schema --execute

then follow the steps

Console & Generator

Read the: Console

Translation

Read the: Translation

Coding Standard

Read the: Coding Standard

Contributing

Read the: Contribute

Available Modules