Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 424 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 424 Bytes

Petful Laravel Project

Dependences

Copy .env.example to .env file

cp .env.example .env

Install docker dependences

docker-i

Run docker containers

up

Install and update yarn and composer dependences

devdep

Database

Run migrations

ms

Running project

Run project

run

In wsl or production, build project

build