Enumerations is now available in PHP 8.1 And we can use it like this:
When using API Platform or symfony serializations, you can get this error This error happens when you use an ObjectNormalizer Symfony\Component\Serializer\Normalizer\ObjectNormalizer instead of an Symfony\Component\Serializer\Normalizer\NormalizerInterface To avoit this error Use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
Laravel 6 : What we know until now date de sortie les nouveautées composant eloquent blade mailer tests webpack vuejs
Laravel 9 is the next long-term support version (LTS) and will receive bug fixes until February 2024 and security fixes until February 2025. Here are some of the major features that we’ve covered in detail in our PHP 8 is…
In API Platform or in Symfony, If you use a denormalization like this : use Symfony\Component\Serializer\Normalizer\NormalizerInterface; private NormalizerInterface $normalizer; $this->normalizer = $normalizer; $this->normalizer->denormalize($data, Object::class) You need to change it to a denormalizerInterface like this use Symfony\Component\Serializer\Normalizer\DenormalizerInterface; private DenormalizerInterface $denormalizer; $this->denormalizer…
Aujourd’hui, nous allons lancer le premier volet d’une nouvelle série de didacticiels, Dave and React . Le point positif, c’est qu’on va apprendre ensemble, vous et moi. Eh oui, y a pas longtemps que j’utilise ce framework, et j’ai encore beaucoup de…
Vuejs 2 present de nouvelles fonctionalitées composant arboressance evenement etats mise a jour
Les nouveautés dans symfony 3 HTTP Client Mailer Les tests