This is a web application which help tranfer, assign and manage tasks between multiple agents.
Package requirement:
- PHP 7.x
- Composer
- Laravel 8.x
- MySQL (Installation with XAMPP/MySQL Installer)
composer install
Copy a version .env.example
-> .env
php artisan key:generate
php artisan serve
To generate database schema, you will need to run migration.
php artisan migrate
php artisan make:migration <migration_name>
Detail see here