Newer
Older
activity-manager / README.md
@Kilian Riou Kilian Riou on 31 Mar 2021 521 bytes Add various files

Activity manager

PHP activity manager

Requirement

  • PHP7.4+

Installation

  • Clone the git
  • composer install
  • Create an empty dir named migrations
  • Copy the file .env to .env.local and set configuration
  • php bin/console -n doctrine:migrations:diff
  • php bin/console -n doctrine:migrations:migrate

Update

  • git pull
  • composer update or php composer.phar update
  • php bin/console -n doctrine:migrations:diff
  • php bin/console -n doctrine:migrations:migrate

Or use update.bat