-
installed Composer through Windows/WAMP,
When inside the directory of composer.json and running the require command:
D:\wamp\Server Apps Scripts\phpspreadsheet>composer require phpoffice/phpsprea…
-
Hi,
I'm trying to install it on a new symfony 6.4 project (php 8.3) .
The installation fails with this error:
`/usr/bin/php8.3 /usr/local/bin/composer require symfony2admingenerator/generator-b…
-
### Description
Today, we use by default the following text-based separator for preferred choices in `ChoiceType`:
https://github.com/symfony/symfony/blob/fafbbfac181fda0850548317f342da354cf9bbf…
-
symfony 4.2
"jms/serializer-bundle": "^3.1",
using dependency injecton in my controller function with `SerializerInterface $serializer`
in my `config > packages > jms_serializer.yaml` I have t…
-
I checked the created issues and I didn't realize some issue is related to this, so I'm creating it.
As stated in Moodle Dev Telegram chat, It would be really useful to support Oracle (this issue) …
-
Since the demo is running Symfony 6.3, what do you think of using AssetMapper instead of Encore?
https://symfony.com/blog/new-in-symfony-6-3-assetmapper-component
It seems like it'd be so much …
-
Testing the last software version with PHP 8.0 and Composer 1, I get some errors. Updating to Composer 2 works fine. With PHP 7.4 and Composer 1, worked fine.
Should we add some "requirements" so t…
-
I discovered an issue with the command `blast:launch --install` when ssh'ing into vagrant box/homestead. The same babel parser error that gets thrown sometimes when trying to run `npm run dev` in the …
-
Exception as below:
[2024-01-29 15:34:37] flarum.ERROR: TypeError: Flarum\Mentions\Api\LoadMentionedByRelationship::mutateRelation(): Argument #2 ($request) must be of type Psr\Http\Message\ServerR…
deteh updated
9 months ago
-
I have custom voter for check access to admin of Company entity
``` php
public function mainAction(Request $request, $id)
{
....
$this->denyAccessUnlessGranted('admin', $company);
....
…