Skip to content

Build for Mac

ucan-lab edited this page Nov 6, 2020 · 6 revisions

A. Create Laravel Project

Build a new Laravel project.

$ git clone [email protected]:ucan-lab/docker-laravel.git
$ cd docker-laravel
$ make create-project
$ make install-recommend-packages

https://localhost

B. Clone and Install

It is assumed that Laravel is already installed.

$ git clone [email protected]:ucan-lab/docker-laravel.git
$ cd docker-laravel

# Git clone your Laravel project to the docker-laravel/backend directory
$ git clone [email protected]:laravel/laravel.git docker-laravel/backend

$ make init

https://localhost