#symfony risultati di ricerca
#Symfony turns 20! 🥳 Two decades of code, community, and innovation — 20 candles and counting! Grateful for every contributor who’s made this journey possible 🫶 #PHP
8️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Don't use a Singleton pattern "Singleton is an anti-pattern" 🐘 #PHP #Laravel #Symfony
The @SymfonyUX Toolkit PR has been merged🎉 With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components. It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem
20 years ago, #Symfony was publicly released as a #PHP Open-Source project. Thank you all for your support along the years.
Old versions haunting your Symfony project? 👻 SensioLabs helps you upgrade fast and safely to the latest versions of #Symfony with 🎃 no spooky surprises for your code or your budget. Upgrade now without fear 🪄 tinyurl.com/4ky7yjrz
🤯 Le DTO qui contiens ce qu’il faut pour être créer à partir des arguments passé lorsqu’on joue un commande custom #Symfony Tu map ton DTO en argument de la méthode _invoke de ta commandes et tu récupères ton objet 🧙♂️ 👏🏽👏🏽👏🏽 Merci @nicolasgrekas pour la conf au #forumphp
🚀 I just introduced a new feature into #Symfony AI: 👉 github.com/symfony/ai/pul… MultiAgent — a way to orchestrate multiple agents with handoff rules and fallback logic. 💡 Now you can split tasks, route queries between agents, and build more advanced AI pipelines. We would love…
Another Huge contribution to #Symfony 7.4 by Yonel🔥 We can’t wait to see all the cool things that the community will build on top of this! @SymfonyUX 👀
FormFlow support for multistep forms has landed in Symfony 7.4, complete with a demo project and plenty of examples 🧵 Eager to see how others will build upon it and what new use cases emerge 🤓 Huge thanks to all reviewers and contributors who helped refine it! ❤️🔥
Good reminders and novelties about the #Symfony Dependency Injection system from @nicolasgrekas #ForumPHP
The #Symfony AI hackathon has just started in Berlin and online. Let’s shape the future for our applications!
Here is the full detailed changelog of #Symfony 8.0! Kudos to everyone involved! Stay tuned for a curated list of features, or follow the blog!
🌟 Symfony 8.0.0-BETA1 released ➡️ symfony.com/blog/symfony-8…
Tired of having to scroll down full HTML contents in your CI output just to figure out what actually breaks your functional tests? Or forcing your coding agent to do so by sending them big messy payloads? As of #Symfony 7.4, functional tests’ error rendering will finally get you…
🎂 Happy 20th anniversary @Symfony What a journey! From a small open-source project to one of the most trusted #PHP frameworks worldwide In celebration of this milestone, we invite you to explore 20 years of #Symfony & enjoy a trip down memory lane 👉 tinyurl.com/wc44pdja
8️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Don't use a Singleton pattern "Singleton is an anti-pattern" 🐘 #PHP #Laravel #Symfony
Another Huge contribution to #Symfony 7.4 by Yonel🔥 We can’t wait to see all the cool things that the community will build on top of this! @SymfonyUX 👀
FormFlow support for multistep forms has landed in Symfony 7.4, complete with a demo project and plenty of examples 🧵 Eager to see how others will build upon it and what new use cases emerge 🤓 Huge thanks to all reviewers and contributors who helped refine it! ❤️🔥
Old versions haunting your Symfony project? 👻 SensioLabs helps you upgrade fast and safely to the latest versions of #Symfony with 🎃 no spooky surprises for your code or your budget. Upgrade now without fear 🪄 tinyurl.com/4ky7yjrz
Symfony v7.3.5, v6.4.27 and v8.0.0-BETA1 released! devtalk.com/t/220465 #Symfony #PHP # #devtalk
Here is the full detailed changelog of #Symfony 8.0! Kudos to everyone involved! Stay tuned for a curated list of features, or follow the blog!
🌟 Symfony 8.0.0-BETA1 released ➡️ symfony.com/blog/symfony-8…
Procura emprego em Symfony? Consulte aqui todas as ofertas de emprego. #symfony itjobs.pt/emprego/symfony #itjobs #techjobs #emprego
Meetup @afup Lorraine le 24/11 à Nancy 🚀 Epitech Nancy, 18h30. @KevinJHappy présente Symfony UX et @vinceAmstoutz partage son retour d’expérience sur les filtres API Platform 4.1/4.2 Apéro offert par @Boursorama 🍻 Inscription : meetup.com/afup-lorraine-… #PHP #Symfony #APIPlatform
7️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Don't write to global functions 💡Polluting globals is a bad practice because you could clash with another library and the user of your API would be none-the-wiser until they get an exception in production. 🐘#PHP #Laravel #Symfony
I had the pleasure of giving a talk at the Symfony Meetup Tunis at ESPRIT 🎤 I shared my experience with Mercure and how it integrates with Symfony for real-time updates ⚡ It was great exchanging ideas with the community! 💬 #Symfony #PHP #Mercure #Tunisia #ESPRIT #meetuphead
Quel succès pour ce meetup spécial ! 🎉 Un immense merci à nos speakers inspirants, nos sponsors généreux, et à vous, tous les participants ! Et bien sûr : JOYEUX 20 ANS Symfony ! 🎂 Merci à @fabpot, aux contributeurs et à l'incroyable communauté ! #Symfony20ans #SymfonyTN
Symfony v7.4.0-BETA1 released! devtalk.com/t/220311 #Symfony #PHP # #devtalk
🎉 Happy 20th Birthday, Symfony! Two decades of innovation, community, and code that powers millions of applications—including Sulu. Thank you for being the foundation we build on. Here’s to the next 20 years! bit.ly/47p04RL #symfony #sulucms #op
6️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Avoid Side Effects 💡A function produces a side effect if it does anything other than take a value in and return another value or values. 🐘 #PHP #Laravel #Symfony
5️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Don't use flags as function parameters 👉 Flags tell your user that this function does more than one thing. 👉 Functions should do one thing. 👉 Split out your functions if required. 🐘#PHP #Laravel #Symfony
Tired of having to scroll down full HTML contents in your CI output just to figure out what actually breaks your functional tests? Or forcing your coding agent to do so by sending them big messy payloads? As of #Symfony 7.4, functional tests’ error rendering will finally get you…
4️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Functions should only be one level of abstraction 💡 When you have more than one level of abstraction your function is usually doing too much. Splitting up functions leads to reusability and easier testing. 🐘#PHP #Laravel #Symfony
Ce samedi, c'est le meetup Symfony Tunis 🌶️ Ravis de soutenir ce nouvel événement de la communauté #Symfony et #PHP en Tunisie 📍 Esprit - Cebalat Ben Ammar 🕐 9:15-12:15 ➡️ Infos & inscription : tinyurl.com/y6rv5muu
#Symfony turns 20! 🥳 Two decades of code, community, and innovation — 20 candles and counting! Grateful for every contributor who’s made this journey possible 🫶 #PHP
This weekend I worked on @SymfonyUX Map, more specifically on using a Map inside a LiveComponent and updating it visually when the Map is modified on the back end. ➡️ github.com/symfony/ux/pul… Code reviews are welcome :) #Symfony #SymfonyUX
The @SymfonyUX Toolkit PR has been merged🎉 With Toolkit, we want to help developers to quickly start new #Symfony projects by providing them high-quality and fully customizable Twig components. It's not revolutionary in itself, but it is in the Symfony ecosystem. #DesignSystem
8️⃣ Clean Code Series: Functions📒🧑💻 ☑️ Don't use a Singleton pattern "Singleton is an anti-pattern" 🐘 #PHP #Laravel #Symfony
🤯 Le DTO qui contiens ce qu’il faut pour être créer à partir des arguments passé lorsqu’on joue un commande custom #Symfony Tu map ton DTO en argument de la méthode _invoke de ta commandes et tu récupères ton objet 🧙♂️ 👏🏽👏🏽👏🏽 Merci @nicolasgrekas pour la conf au #forumphp
[Release] Symfony UX 2.24 JS packages now on NPM too! 📦 (Dependabot & Renovate 🕊️ // Advanced users only 🦺) 🗺️ Map: Custom icons + Live changes 🚀 Turbo: Mercure Stream credentials 🐞 Fixes · 📚 Docs · 👨💻 DX 🔗 ux.symfony.com/changelog #symfony #ux #release
Good reminders and novelties about the #Symfony Dependency Injection system from @nicolasgrekas #ForumPHP
🤔 What about a new #PHP function to retrieve a function args indexed by their name? Impossible today without heavy reflection logic. Pretty sure we could use this in #Symfony when we need to support new function args without breaking backward compat 👀 github.com/php/php-src/pu…
I'm working on a cached version of the #Symfony ObjectMapper that's about 3 times faster! My objective is full compatibility with the current features. Current status: 63/66 functional tests passed. Just 3 tests to go! 🚀
[CDI] Nouveau poste backend #PHP #Symfony : Venez rejoindre 𝐓𝐎𝐔𝐋𝐎𝐈𝐒𝐈𝐑𝐒 à Paris 13! -Salaire: 60K€ -30 jours congés payés & 15 jours de RTT -Stack: PHP 8.3/Symfony, MySQL/Mongo, Docker Equipe en création, possibilité d'évoluer vers un poste de #lead. 𝐓𝐨𝐮𝐭 𝐞𝐬𝐭…
Something went wrong.
Something went wrong.
United States Trends
- 1. SNAP 1M posts
- 2. Jamaica 230K posts
- 3. $NVDA 83.2K posts
- 4. Don Lemon 2,797 posts
- 5. Nelson 28.4K posts
- 6. New Hope 34.4K posts
- 7. Tucker 95K posts
- 8. Hurricane Melissa 169K posts
- 9. Jensen 9,727 posts
- 10. #NationalFirstRespondersDay 1,269 posts
- 11. Nokia 13.8K posts
- 12. Chris Evans 8,569 posts
- 13. Nvidia 36.4K posts
- 14. Wikipedia 111K posts
- 15. Western Union 4,639 posts
- 16. Fuentes 75.4K posts
- 17. Grokipedia 173K posts
- 18. Rattler 3,838 posts
- 19. Riley Gaines 103K posts
- 20. Shough 2,996 posts