greeny / doctrine-sandbox
Ready skeleton with Doctrine installed.
3.1.0
2025-07-03 07:52 UTC
Requires
- php: >= 8.1
- contributte/console: ~v0.10.1
- latte/latte: ~v3.0.22
- nette/application: ~v3.2.6
- nette/bootstrap: ~v3.2.6
- nette/caching: ~v3.3.1
- nette/di: ~v3.2.4
- nette/forms: ~v3.2.6
- nette/http: ~v3.3.2
- nette/robot-loader: ~v4.0.3
- nette/security: ~v3.2.1
- nette/utils: ~v4.0.7
- nettrine/cache: ~v0.4.1
- nettrine/dbal: ~v0.9.0
- nettrine/orm: ~v0.9.0
- tracy/tracy: ~v2.10.10
This package is auto-updated.
Last update: 2026-03-03 09:20:36 UTC
README
Simple sandbox for Nette applications featuring Doctrine instead of Nette/Database.
Installation
composer create-project greeny/doctrine-sandbox appName
cd appName
chmod -R 777 log temp
cp config/config.local.template.neon config/config.local.neon
Then do Find&Replace through your IDE on app and config directories and replace:
REPLACE_namespacefor basic namespace in your projectREPLACE_dbnamefor database name