-
Personally I think it should be supported by default, only having to specify locale to override.
For example if I have routes:
/contact
/about
/fr/contact
/fr/about
on /fr/about I have a path:
{…
-
I updated PhpStorm and plugin has crashed.
PhpStorm 2017.3.1
Build #PS-173.3942.32, built on December 12, 2017
Licensed to imsxm.com
JRE: 1.8.0_152-release-1024-b8 x86_64
JVM: OpenJDK 64-Bit …
-
```
Problem 1
- Installation request for laravel/horizon v1.3.1 -> satisfiable by laravel/horizon[v1.3.1].
- laravel/horizon v1.3.1 requires ext-pcntl * -> the requested PHP extension pcntl…
-
iptraceable should start service with higher priority. In my case 10 was enough. In my example i was logging ips of user on successful login inside AuthenticationHandler.
```
services:
extension.…
-
I noticed scheduling decisions are being made based on what jobs are reporting as desired capacity. However, some tasks involved might not really use what they originally intended to or will become id…
-
I have followed the instructions to set everything up but alas I get the error:
```
[Blackfire\Exception\ApiException] …
-
Hi.
In Symfony2 you can define entity form type which will fetch the records from a entity table from the database. (see: http://symfony.com/doc/current/reference/forms/types/entity.html#using-a-custo…
brpaz updated
2 years ago
-
Jira issue originally created by user websirnik:
I'm having issues working with Doctrine2 boolean type. My mapping is basic:
```
/****
* @orm:Column(type="boolean", nullable=false, name="i…
-
Separating the error suppression into its own block from the class DocBlock causes a Symfony Plugin Missing Route error.
Code like the following causes erroneous "Missing Route" fails:
```
-
Jira issue originally created by user jantichy:
Hello, I would like to re-open the discussion about automatic transparent escaping of all table/column names sent from DBAL to database. It was already…