Probleme TLS Firefox

Symfony et j'avais envie d'essayer le CA TLS ainsi que le proxy qui vont avec le serveur Symfony. Au cas où : [https://symfony.com/doc/current/setup/symfony_server.html](Symfony Local Web Server) Alors

0
je peux accéder à les pages

Symfony\Component\HttpFoundation\Request; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use FOS\RestBundle\Controller\Annotations\RouteResource; use Symfony\Component\HttpFoundation\JsonResponse; use FOS\RestBundle\View\ViewHandler; use FOS\RestBundle\View

3
erreur 500 juste après installation

Symfony\\Component\\Dotenv\\Dotenv::populate() must be an instance of Symfo ny\\Component\\Dotenv\\void, none returned in /var/www/site/vendor/symfony/dotenv/Dotenv.php:95\nStack trace:\n#0 /var/www/site/vendor/symfony/dotenv/Dotenv.php(57): Symfony\\Co mponent\\Dotenv

10
Probleme lors de l'execution des fixtures

symfony\src/DataFixtures\Articlesfixtures.php" while importing services from resource "../src/*", but it was not found! Check the namespace prefix used with the resource in C:\Users\Bigga\bog_symfony\config/services.yaml (which

2
ZIP et téléchargement de fichiers

Symfony\Component\HttpKernel\KernelInterface; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\ResponseHeaderBag; use Symfony\Component\Routing\Annotation\Route; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use ZipArchive; use RecursiveIteratorIterator

0
Could not determine access type

Symfony\Component\Security\Core\User\AdvancedUserInterface; use Symfony\Component\Security\Core\User\UserInterface; use Symfony\Component\Serializer\Annotation\Groups; use Symfony\Component\Validator\Constraints as Assert; use Symfony\Bridge\Doctrine

2
Tester un service ou un bundle dans Symfony3

Symfony\Bundle\FrameworkBundle\Test\WebTestCase; use Doctrine\ORM\EntityManager; use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\Routing\Router; use JMS\Serializer\Serializer; class FakeType extends MSFBaseType{ public function configure

0
Récupérer Id pour fonction Ajax indépendante

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; #[Route('admin/galeries/', 'galeries_')] class

2
Impossible d'installer cocur/slugify

symfony-cmd", "assets:install %PUBLIC_DIR%": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts" ] }, "conflict": { "symfony/symfony": "*" }, "extra": { "symfony": { "allow-contrib": false, "require": "4.1.*" } } } ``` Merci d'avance

3
Changer le mois du calendrier sans recharger la page

Symfony\Component\HttpFoundation\Request; use Symfony\Component\Routing\Annotation\Route; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; class CalendarController extends AbstractController { /** * @Route("/calendar", name="calendar") */ public function index(Request $request) { $getMonth

1