Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 337 Bytes

First Project of Cuan Division

How to Start

Natively

  • clone this repo
  • move into project
  • run composer install
  • setup your environment inside .env file
  • start project by php artisan serve

With Docker

  • clone this repo
  • move into project
  • setup your environment inside .env file
  • run docker-compose up -d