App for home accounting
php bin/console lint:twig templates/
php bin/console make:entity
php bin/console make:migration
Create new .env.local
file :
DATABASE_URL="mysql://<user>:<password>@<host>/friendeals?serverVersion=5.7"
Run :
composer install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate