Skip to content
#

symfony3

symfony logo

Symfony is a set of reusable PHP components and a PHP framework for web projects.

Here are 565 public repositories matching this topic...

tominventisbe
tominventisbe commented Nov 8, 2019

Currently MappingPass registers IndexService instances with $namespace for each document type (or index):

$container->setDefinition($namespace, $indexServiceDefinition);

$namespace is also the $class that is set in the indexes configuration property, which is e.g. App\Document\Office.

This is very confusing: it means the service name for the IndexService to ma

6.1
ypereirareis
ypereirareis commented Mar 15, 2018

Create a docker network with subnet conf

A network with just enough addresses for this test. Here the subnet 10.1.10.50/29 allows 6 IP adresses:

  • 10.1.10.50 network

  • 10.1.10.51 gateway

  • 10.1.10.55 broadcast

  • 10.1.10.5[2|3|4] for containers

docker rm -f consul-agent || true
docker rm -f consul-template || true
docker network rm consul-test || true
doc

Created by Fabien Potencier

Released October 2005

Organization
symfony
Website
symfony.com
Wikipedia
Wikipedia
You can’t perform that action at this time.