Skip to content

republik-cuan/01-ibu-organik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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