To run this app on your local machine:
git clone https://github.com/papay16/devport-task.git
composer install
cp .env.example .env
- set up your config for DB connection in
.env
file. php artisan key:generate
php artisan migrate
php artisan serve
Make sure that if your host param is differs from localhost/127.0.0.1 it is set inAPP_URL
section in.env
file