Skip to content

Docker enviroment for laravel project with postgress databases

Notifications You must be signed in to change notification settings

Nikkoz/laravel-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • docker
  • docker-compose

Install Laravel

  1. Prepare .env file:
  • make copy-env
  • Set env variables in .env
  1. make laravel-install
  2. There may be a problem with folder resolution. Run this: sudo chmod a+rw -R ./
  3. make laravel-init

Install from existing repository

  1. Set env variables in docker.env
  2. make laravel-init
  3. In /etc/hosts set 127.0.0.1 var_from_VIRTUAL_HOST

Install from existing repository

Manual for XDebug settings in PhpStorm with Docker https://blog.denisbondar.com/post/phpstorm_docker_xdebug

About

Docker enviroment for laravel project with postgress databases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published