vinnyfs89/docker-symfony-4

1.0.0 2018-04-12 22:00 UTC

This package is auto-updated.

Last update: 2024-04-21 20:35:51 UTC


README

About

Basic structure of SF4 + Docker.

docker-compose up -d

  • 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

References: