A simple task editor. Using Symfony, PHP and JavaScript.
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
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