About Project
The Symfony application is an application created for the logistics department that allows you to keep a log of transport requests and form a task for drivers.
Requirements
- PHP 7.2.5 or higher;
- and the usual Symfony application requirements.
Quick Start
$ git clone https://github.com/vol-mir/logistic.git
$ cd logistic
$ composer install
$ cp .env.example .env
$ sh makedb.sh
$ sh makefixtures.shDemo Credentials
User: admin
Password: admin
