Laravel, l'avenir des Frameworks (en France) ?

symfony est Frameworks le + utilisé de France. Donc sur ce forum j'immagine qu'il y a des connaisseurs de Laravel et (ou) de Symfony. Donc j'ai quelques questions

8
Lister & subscriber

Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpKernel\Event\ExceptionEvent; use Symfony\Component\HttpKernel\KernelEvents; class ExceptionSubscriber implements EventSubscriberInterface { public static function getSubscribedEvents() { // return the subscribed events, their methods and priorities

4
Tuto obsolète ?

symfony n'était pas obsolète car symfony 3 est sorti ? Je souhaiterais me mettre a symfony car des amis veulent faire un projet en symfony et je veux les rejoindre

1
Pas tous les fichiers dans /build après un npm run build
DDLN,

Symfony en local vs VPS, je n'ai pas le même résultat. En général, j'use du npm run build, puis un symfony console cache:clear, puis un fix des privilèges

1
Symfony2

Symfony\Component\Form\FormTypeInterface", "array" given Voici le code:

2
probleme python

symfony-cli") os.system("scoop update symfony-cli") os.system( "composer create-project symfony/website-skeleton " + str(entree1.get())) os.chdir(str(entree1.get())) os.system("symfony serve -d") os.system("code .") elif type.current() == 3: os.mkdir(entree0.get()), os.chdir(entree0.get

0
Erreur "EmptyNode cannot have children" dans EasyAdmin 4.24
tzen,

Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; #[AdminDashboard(routePath: '/admin', routeName: 'admin')] class DashboardController extends AbstractDashboardController { public function index(): Response { //return parent::index(); //Affichage de l'admin

3
Security : authentification impossible

Symfony\Component\Routing\Annotation\Route; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\Security\Http\Authentication\AuthenticationUtils; class SecurityController extends AbstractController { /** * @Route("/login", name="login") */ public function login(AuthenticationUtils

1
Problème avec php app/console

Symfony se situe dans un dossier "Symfony-2.4" dans mon www de mon wamp, Donc, dans ma ligne de commande j'ai tapé ceci: ``` cd c:\wamp\www\Symfony-2.4 ``` et ceci

5
Did you forget a "use" statement for another namespace?

Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; class MiseAJourCSVController extends AbstractController { ``` Chemin du fichier "vendor\sunra\php-simple-html-dom-parser

1