greeny/doctrine-sandbox

Ready skeleton with Doctrine installed.

3.0.1 2023-03-10 19:21 UTC

This package is auto-updated.

Last update: 2024-04-10 21:28:02 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