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

pkg:composer/greeny/doctrine-sandbox

3.1.0 2025-07-03 07:52 UTC

This package is auto-updated.

Last update: 2025-10-03 08:31:19 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 project
  • REPLACE_dbname for database name