Stage 1.1: infrastructure and setup

Agro CRM

Laravel project for the agro company CRM with prepared Docker infrastructure, MySQL and GitHub Actions for CI/CD.

Backend

Laravel 13 / PHP 8.4

Infra

Docker + Nginx + MySQL

Delivery

GitHub Actions CI/CD

Run

docker compose up --build -d
docker compose exec app php artisan key:generate
docker compose exec app php artisan migrate