Aller au contenu

Fikri.fr

Tous sur le développement web

  • Accueil
  • PHP
  • Symfony
  • Laravel
  • JavaScript
  • Angular
  • VueJS
  • ReactJS

PHP 8.1 Enum

Publié par Fikri.fr le dans laravel, php, symfony

Enumerations is now available in PHP 8.1 And we can use it like this:

Cannot normalize attribute because the injected serializer is not a normalizer.

Publié par Fikri.fr le dans API Platform, laravel, php, symfony

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

Publié par Fikri.fr le dans laravel, php, vuejs

Laravel 6 : What we know until now date de sortie les nouveautées composant eloquent blade mailer tests webpack vuejs

Laravel-9

Laravel 9

Publié par Fikri.fr le dans laravel, php

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…

Call to an undefined method Symfony\Component\Serializer\Normalizer\NormalizerInterface::denormalize().

Publié par Fikri.fr le dans API Platform, laravel, Non classé, php, symfony

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…

React JS : Introduction

Publié par Fikri.fr le dans javascript, reactjs

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

Publié par Fikri.fr le dans javascript, vuejs

Vuejs 2 present de nouvelles fonctionalitées composant arboressance evenement etats mise a jour

Symfony 4.3

Publié par Fikri.fr le dans php, symfony

Les nouveautés dans symfony 3 HTTP Client Mailer Les tests

Rechercher

Articles récents

  • PHP 8.1 Enum
  • Laravel 9
  • Call to an undefined method Symfony\Component\Serializer\Normalizer\NormalizerInterface::denormalize().
  • Cannot normalize attribute because the injected serializer is not a normalizer.
  • React JS : Introduction

Catégories

  • API Platform
  • javascript
  • laravel
  • Non classé
  • php
  • reactjs
  • symfony
  • vuejs

Vue Global

http mailer PHP Symfony tests
Copyright © Fikri.fr | Tous droits réservés.
Thème Fashify par FRT