Skip to content

haxworx/tasks

Repository files navigation

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

About

Task Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published