greeny / doctrine-sandbox
Ready skeleton with Doctrine installed.
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:project
Requires
- php: >= 8.1
- contributte/console: ~v0.10.1
- latte/latte: ~v3.0.16
- nette/application: ~v3.2.5
- nette/bootstrap: ~v3.2.3
- nette/caching: ~v3.3.0
- nette/di: ~v3.2.2
- nette/forms: ~v3.2.3
- nette/http: ~v3.3.0
- nette/robot-loader: ~v4.0.1
- nette/security: ~v3.2.0
- nette/utils: ~v4.0.4
- nettrine/cache: ~v0.3.0
- nettrine/dbal: ~v0.8.2
- nettrine/orm: ~v0.8.4
- tracy/tracy: ~v2.10.7
This package is auto-updated.
Last update: 2024-11-17 09:00:58 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