greeny / doctrine-sandbox
Ready skeleton with Doctrine installed.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:project
Requires
- php: >= 8.1
- contributte/console: ^0.9.2
- latte/latte: ~v3.0.5
- nette/application: ~v3.1.10
- nette/bootstrap: ~v3.2.0
- nette/caching: ~v3.2.2
- nette/di: ~v3.1.1
- nette/forms: ~v3.1.9
- nette/http: ~v3.2.1
- nette/robot-loader: ~v3.4.2
- nette/security: ~v3.1.6
- nette/utils: ~v3.2.9
- nettrine/cache: ~v0.3.0
- nettrine/dbal: ~v0.8.1
- nettrine/orm: ~v0.8.3
- tracy/tracy: ~v2.9.5
This package is auto-updated.
Last update: 2023-11-10 20:39:29 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