Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Routing\Annotation\Route; use App\Entity
Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Session\SessionInterface; use Symfony\Component\Routing\Annotation\Route; class CartController extends
Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\Routing\Annotation\Route; use Symfony\Component\Security\Http\Authentication\AuthenticationUtils; class SecurityController extends AbstractController { /** * @Route("/login", name
Symfony\Component\form\formInterface; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; class FichierController extends AbstractController
Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; use Symfony\Component\Security\Core\User\UserInterface; use Symfony\Component\Serializer\Annotation\Groups; use Symfony\Component\Validator\Constraints as Assert; /** * @ORM\Entity(repositoryClass="App\Repository
Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; class CheckoutController extends AbstractController
Symfony 4. J'ai effectué le test sous symfony 3 avec le bundle beSimpleSSO et cela fonctionne correctement. Seulement sous symfony 4 ce bundle n'est pas compatible. Je me suis
Symfony\Component\HttpKernel\Kernel->initializeBundles() !! #2 /Users/manuelalvarez-iglisias/Sites/moto-bleue/vendor/symfony/framework-bundle/Console/Application.php(159): Symfony\Component\HttpKernel\Kernel->boot() !! #3 /Users/manuelalvarez-iglisias/Sites/moto-bleue/vendor/symfony/framework-bundle/Console/Application.php(65): Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() !! #4 /Users/manuelalvarez-iglisias/Sites/moto-bleue/vendor/symfony/console/Application.php(149): Symfony\Bund in /Users/manuelalvarez-iglisias/Sites/moto-bleue/src/Kernel.php on line
symfony (5.4) pour lequel je dois passer certaines variables au header du serveur. Pour un projet hors symfony, j'ajoute ces variables au fichier apache2.conf. Ça marche sans souci, quand
Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\EmailType; use Symfony\Component\Form\Extension\Core\Type\SubmitType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver