This is a project of helping the logistics company to make deal with their client by using bid. Where a client will post a offer for transport and logistics company will bid to that offer and the client can choose the winner after
This is a internal project and reuse of this project is not allowed. You can only see code and make suggestion
- PHP 7
- Composer
- Database of your choose (mysql, sqlite, sqlsrv)
First clone this repository and then run command
- composer install
- rename .env.example to .env
- php artisan key:generate
- configurate the .env file
- php artisan migrate
Then the app is ready to use
Run this command
- php artisan serve