2017 © Pedro Peláez
 

project doctrine-sandbox

Ready skeleton with Doctrine installed.

image

greeny/doctrine-sandbox

Ready skeleton with Doctrine installed.

  • Friday, April 22, 2016
  • by greeny
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

Nette + Doctrine Sandbox

Simple sandbox for Nette applications featuring Doctrine instead of Nette/Database., (*1)

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:, (*2)

  • REPLACE_namespace for basic namespace in your project
  • REPLACE_dbname for database name

The Versions