Task Manager – a task management system similar to Redmine. It allows users to create tasks, assign them to executors, and change their statuses. Registration and authentication are required to use the system.
- Composer 2.8.5
- PHP 8.3
- Laravel 12
- PostgreSQL 12 or SQLite
$ git clone git@github.com:GitUserMaxim/php-project-57.git
$ make install
$ cp .env.example .env
$ touch database/database.sqlite
$ php artisan key:generate
$ php artisan migrate