Activity manager in PHP

bin Symfony init 3 years ago
config Add followed field in actor entity 3 years ago
public Table styles 3 years ago
src Add date filter inputs 3 years ago
templates Add date filter inputs 3 years ago
tests Symfony init 3 years ago
.env Working base 3 years ago
.env.test Symfony init 3 years ago
.gitignore Add composer.phar 3 years ago
README.md Cache clear in README 3 years ago
changelog.md Cache clear in README 3 years ago
composer.json Remove translations 3 years ago
composer.lock Composer update 3 years ago
composer.phar Add composer.phar 3 years ago
phpunit.xml.dist Symfony init 3 years ago
update.bat Fix update.bat 3 years ago
README.md

Activity manager

PHP activity manager

Requirement

  • PHP7.4+

Installation

  • Clone the git
  • composer install or php composer.phar 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
  • php bin/console cache:clear

Update

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

Or use update.bat