2017 © Pedro Peláez
 

project docker-symfony-4

image

vinnyfs89/docker-symfony-4

  • Monday, April 23, 2018
  • by vinnyfs89
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

docker-symfony-4

About

Basic structure of SF4 + Docker., (*1)

docker-compose up -d, (*2)

  • See http://localhost
  • See http://localhost/lie

Tips: - Execute docker commands inside php docker container docker-compose exec php-fpm bash - Use 'console' to help and create things bin/console make:controller lie - Checking Requirements: php vendor/bin/requirements-checker, (*3)

References: - https://symfony.com/doc/master/setup.html - http://blog.joeymasip.com/docker-for-symfony-4/, (*4)

The Versions