Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 356 Bytes

File metadata and controls

27 lines (14 loc) · 356 Bytes

Real Estate app

Technologies

  • PHP ^8.2

  • Laravel 10.10.1

  • MySQL 8

  • NGINX

  • Docker

  • PHPUnit

Linting and Code Analysis

  • PHP CS Fixer

  • PHPStan (LaraStan)

Installation

  • Run docker-compose -f docker/docker-compose.yml -p "realestateapp" --env-file .env up -d.

  • Migrate the tables docker-compose exec app php artisan migrate.