The main purpose behind this repo is to create Laravel projects easily by just cloning this repo and putting a directory with name app in the root of it.
- Clone/Download this repo
cd
what you've clonedcp .env.example .env
- Change configuration in the .env file
make up
ordocker-compose up -d
- Put your Laravel files in directory and name that directory app
docker-compose exec fpm composer install
ordocker-compose exec fpm bash
to make more magick using bash
PHP supported versions 7.4
, 8