- docker
- docker-compose
- make(build-essentials)
- copy .env.example into .env file and pass the missing variables(see comments in .env file)
make docker-env
- Check the
SERVER_NAME
andAPI_SERVER_NAME
urls provided earlier in .env file with your browser.
You can find possible commands inside makefile
. Just run make
inside project's directory
- Spin up containers
$ make up
- Halt containers
$ make down
- Restart containers
$ make restart
- Dive into laravel container cli
$ make console-laravel
- Watch and rebuild files for vue app
$ make watch