Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
2 answers
156 views

I'm trying to upgrade my Symfony from 5.4 to 6.4 and PHP from 7.4 to 8.4. I almost did all changes but I'm currently blocked on this exception : Typed property App\Entity\AppRole::$uniqid must not be ...
0 votes
1 answer
59 views

Regarding this form: <?php // src/Form/ContacteType.php namespace App\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\...
0 votes
0 answers
20 views

Receiving definition has no class error when trying to work with custom bundle I tried this command with namespace of my bundle: bin/console debug:container NotificationBundle No services found that ...
0 votes
0 answers
128 views

I need to add new features to a custom Symfony bundle that my colleague had previously developed. To work with this bundle, I installed it in the Symfony base_app via composer. There was an error ...
1 vote
1 answer
218 views

Windows 11: 24h2 VS Code: 1.102.1 (WSL: Ubuntu 24.04.2 LTS) Intelephense: 1.14.4 Symfony: v6.4.23 PHP: 8.2.28 <?php namespace App\Command; use Doctrine\Bundle\FixturesBundle\Fixture; use Doctrine\...
1 vote
0 answers
36 views

<div class="container"> <h1>Hello {{ controller_name }}! </h1> <div class="row"> <table class="table"> <tr> ...
0 votes
0 answers
39 views

I have a Symfony 6.4 controller that accepts a JSON, retrieves the values from the JSON, sets the arguments and calls a Symfony Command with these arguments. The Command executes certain API calls and ...
0 votes
0 answers
190 views

I have a Symfony 6.4 (with Api Platform v3.4.5) project. I have a controller that accepts a JSON. The controller picks up the arguments passed via the JSON and calls a Symfony Command with these ...
0 votes
1 answer
60 views

When using Symfony's notifier component to send an SMS via a custom SMS Service, the Texter::send()-method always returns NULL, which prevents me from seeing if the message has been sent or not. ...
0 votes
2 answers
139 views

I have a Symfony form, some fields are from entity, some not (unmapped). I need to get full form data with those unmapped fields. I know there is a way to get those one-by-one (eg $form['unmapped']) ...
0 votes
0 answers
35 views

I'm using Symfony 6.4 with multiple connections. I have 2 databases (P2223 and P2324) with the same datatables struct, but with different data. My .env: DATABASE_URL="mysql://root:[email protected]....
0 votes
0 answers
30 views

I use EasyAdmin 4 to manage documents in a project based on Symfony 6.4. My problem is when the main documents page is shown, filters button is disabled and when I inspect and remove disable option ...
0 votes
1 answer
25 views

I am using php8.2 in a Symfony 6.4 app. I have a DTO, which is defined as follows: final class Store { public function __construct( public readonly string $storeNumber, public ...
0 votes
1 answer
71 views

We are upgrading a symfony 5.4 project to 6.4 but we are stuck on gos-websocket. When we are executing the command php bin/console gos:websocket:server -vvv we are getting following error: [Symfony\...
0 votes
0 answers
50 views

I have two tables: A Packages table that stores a list of packages against an order. A Package Status table that lists the lifecycle of a package from inception to delivery to the consignee The idea ...

15 30 50 per page
1
2 3 4 5
...
32

AltStyle によって変換されたページ (->オリジナル) /