greeny/doctrine-sandbox

Ready skeleton with Doctrine installed.

3.0.2 2024-05-17 07:56 UTC

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 project
  • REPLACE_dbname for database name