Activity manager in PHP

@Kilian Riou Kilian Riou authored on 11 Oct 2021
bin Symfony init 3 years ago
config Add project page 2 years ago
migrations Add migration folder 2 years ago
public Update button font 2 years ago
src Project edit page layout 2 years ago
templates Project edit page layout 2 years ago
.env Fix missing app secret 2 years ago
.env.test Symfony init 3 years ago
.gitignore Add migration folder 2 years ago
README.md Cache clear in README 2 years ago
changelog.md Add error page when invalid ID 2 years ago
composer.json Upgrade to symfony 5.3 2 years ago
composer.lock Upgrade to symfony 5.3 2 years ago
composer.phar Add composer.phar 2 years ago
licence.txt Add licence 2 years ago
phpunit.xml.dist Symfony init 3 years ago
symfony.lock Upgrade to symfony 5.3 2 years ago
update.bat Fix update.bat 2 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