Activity manager in PHP

@Kilian Riou Kilian Riou authored on 31 Mar 2021
bin Symfony init 3 years ago
config Add followed field in actor entity 2 years ago
public Update CSS 2 years ago
src Add activities to home page 2 years ago
templates Add activities to home page 2 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 2 years ago
README.md Add various files 2 years ago
changelog.md Add various files 2 years ago
composer.json Remove translations 3 years ago
composer.lock Remove translations 3 years ago
composer.phar Add composer.phar 2 years ago
phpunit.xml.dist Symfony init 3 years ago
update.bat Add various files 2 years ago
README.md

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