Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 688 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 688 Bytes

Tasks

A simple task editor. Using Symfony, PHP and JavaScript.

Install

composer install
npm install
npm run dev
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force --complete
docker compose up

Browse to https://localhost

Contributing Guide

The recommended way to install PHP CS Fixer is to use Composer in a dedicated composer.json file in your project, for example in the tools/php-cs-fixer directory:

mkdir -p tools/php-cs-fixer
composer require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer

Before commit, call composer standardize to apply code styling