greeny / doctrine-sandbox
Ready skeleton with Doctrine installed.
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:project
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: 2025-07-03 07:53:44 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_namespace
for basic namespace in your projectREPLACE_dbname
for database name