Activity manager in PHP
bin | 1 year ago | ||
config | 11 months ago | ||
migrations | 7 months ago | ||
public | 11 months ago | ||
src | 7 months ago | ||
templates | 8 months ago | ||
.env | 8 months ago | ||
.env.test | 1 year ago | ||
.gitignore | 7 months ago | ||
README.md | 1 year ago | ||
changelog.md | 7 months ago | ||
composer.json | 8 months ago | ||
composer.lock | 8 months ago | ||
composer.phar | 1 year ago | ||
licence.txt | 1 year ago | ||
phpunit.xml.dist | 1 year ago | ||
symfony.lock | 8 months ago | ||
update.bat | 1 year ago |
PHP activity manager
composer install
or php composer.phar install
migrations
.env
to .env.local
and set configurationphp bin/console -n doctrine:migrations:diff
php bin/console -n doctrine:migrations:migrate
php bin/console cache:clear
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