- 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
constant TD_APP_DIRECTORY
must be declared on console or index loader.
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
Read the: Console
Read the: Translation
Read the: Coding Standard
Read the: Contribute
- Previous Version:
1.0.0
- Change:
- Initial Release with Doctrine ORM version
2
- Initial Release with Doctrine ORM version
- Change:
- Current Version:
2.0.0
- Change:
- Update Doctrine ORM to 3.0
- Update Compatibility
- Change: