symfony3
Symfony is a set of reusable PHP components and a PHP framework for web projects.
Here are 565 public repositories matching this topic...
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
-
Updated
Jun 5, 2020 - PHP
-
Updated
May 1, 2020 - PHP
-
Updated
Aug 23, 2017 - PHP
-
Updated
Jan 24, 2018
-
Updated
May 27, 2019 - PHP
-
Updated
Apr 23, 2020 - PHP
-
Updated
Mar 3, 2018 - PHP
-
Updated
Dec 14, 2019 - PHP
-
Updated
May 23, 2020 - PHP
The coverage report generator needs to be amended to append mapped superclass objects.
-
Updated
Jan 31, 2020 - PHP
-
Updated
Nov 30, 2018 - PHP
-
Updated
Apr 17, 2020 - PHP
Default Apple touch Symfony favicon found.
This reveals the backend engine of the application and makes it more vulnerable to attackers. Consider using a custom favicon instead - plus, your users will memorize your app
-
Updated
Nov 15, 2018 - PHP
-
Updated
Jun 17, 2018 - PHP
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-
Updated
Jun 4, 2019 - PHP
-
Updated
Apr 23, 2020 - PHP
-
Updated
Dec 27, 2017 - PHP
-
Updated
Jan 20, 2020 - PHP
-
Updated
Apr 13, 2019 - Shell
Created by Fabien Potencier
Released October 2005
- Organization
- symfony
- Website
- symfony.com
- Wikipedia
- Wikipedia
When following SonataAdmin without FOSUserBundle/SonataUserBundle, I observed the following behavior:
https://stackoverflow.com/questions/47675301/token-was-deauthenticated-after-trying-to-refresh-it
The User class should implement the Equatable interface in order to have