- MARIADB
- PHP-FPM+CRON
- UNZIP
- EXTENSIONS:
- exif
- intl
- pdo_mysql
- xdebug
- zip
- COMPOSER
- NGINX
- NODE
- NPM
- sass-embedded
- NPM
- LARAVEL
- barryvdh/laravel-ide-helper
You can set environment variables in the
.env
file.
git clone https://github.com/w3roman/laravel-docker.git laravel && \
cd laravel && \
make init
Once the project is started, the .git
directory will be deleted and a new repository will be created.
Now you can add your origin
, make a commit and push it to the remote repository:
git remote add origin [email protected]:<user>/<repo>
git add .
git commit -m 'initial commit'
git push -u origin master
To access the app, open http://localhost:800 (see .env
file).
make start # make s