Follow the instructions bellow to setup the project locally
.env
file.
.env
file and adjust environment variables.
Set application URL to be:
hosts
file) If you are setting the project up with docker.DB_*
variables.
php
, composer
or npm
commands available in your machine. You only need docker.vendor
folder appearing in your file system.-d
flag will run the containers in detached mode.-d
flag you can simply hit ctrl + c
(cmd + c
on Mac) to stop running containers. However if you started the project with -d
you need to execute the following commands to stop running containers../vendor/bin/sail up
-d
you probably need to open a new terminal and execute the following command there.