/MmmSimpleTracker

Log client ip and browser info along with a given "code" request parameter for ease of lookup later

Primary LanguagePHP

Mmm Simple Tracker

Log client ip and browser info along with a given "code" request parameter for ease of lookup later

Dependencies

Installation

  • Install PHP Dependencies: composer install
  • Create DB: vendor/bin/doctrine orm:schema-tool:create
  • Update DB: vendor/bin/doctrine orm:schema-tool:update --force
  • Delete DB: vendor/bin/doctrine orm:schema-tool:drop --force (Note: this won't actually delete your db.sqlite file!)