Différences entre les versions de « Symfony en vrac »

De Marmits Wiki
Ligne 6 : Ligne 6 :
[https://blog.eleven-labs.com/en/dependency-injection/ Dependency injection (avec service tags)]<br />
[https://blog.eleven-labs.com/en/dependency-injection/ Dependency injection (avec service tags)]<br />
[https://blowstack.com/blog/how-to-use-events-listeners-in-symfony/ How to use events listeners in Symfony]<br />
[https://blowstack.com/blog/how-to-use-events-listeners-in-symfony/ How to use events listeners in Symfony]<br />
[https://github.com/Livda/symfony-docs/ Github Livda/symfony-docs]
[https://github.com/Livda/symfony-docs/ Github Livda/symfony-docs]<br />
[https://github.com/Livda/symfony-flex-server Github Livda/symfony-flex-server]<br />
[https://marketplace.visualstudio.com/items?itemName=MehediDracula.php-namespace-resolver Visual Studio Code PHP Namespace Resolver]


<pre>
<pre>
Ligne 33 : Ligne 35 :




 
== Videos ==
 
[https://www.youtube.com/watch?v=UTusmVpwJXo&pbjreload=10 Tutoriels Symfony 4 et 5 (youtube)]<br />
 
[https://www.youtube.com/watch?v=frAXgi9D6fo Zutowiring &container de service Symfony 4 et 5 (youtube)]




[[Catégorie:Symfony]]
[[Catégorie:Symfony]]

Version du 23 mai 2024 à 16:53

Divers

Symfony : Configuration des logs Monolog
vérifier le rôle d’un utilisateur en respectant la hiérarchie des rôles
Custom Events and Event Subscribers in Symfony
Doctrine (DateTime with Microseconds for MySQL in Doctrine 2)
Dependency injection (avec service tags)
How to use events listeners in Symfony
Github Livda/symfony-docs
Github Livda/symfony-flex-server
Visual Studio Code PHP Namespace Resolver

inject multiple instances of an interface in a service using Symfony 5 
Mettre en place un service qui gere plusieurs instance d'une interface.


Webpack Encore

Webpack Encore symfony 5
Configuring Encore/Webpack
Bootstrap 5 avec Symfony 5 et Webpack Encore
Comment créer un projet Symfony qui intègre Webpack (+ installation Bootstrap)

Comment gérer les cookies ?

Cookie Services: How to Handle Cookies in Drupal & Symfony

JWT asymetrique serveur authorization <=> serveur resource

Pourquoi et comment améliorer la sécurité JWT avec la rotation des clés JWKS en Java
Secure Endpoints with JWTs
stackoverflow / Comment faire en sorte qu'une application Symfony utilise l'authentification et l'autorisation d'autres applications Symfony ?

Oatuh2 server

The Authorization Server - OAuth 2.0 Server oauth2.thephpleague.com
An OAuth2 Server Library for PHP


Videos

Tutoriels Symfony 4 et 5 (youtube)
Zutowiring &container de service Symfony 4 et 5 (youtube)