Explore

symfony ×
  • screenshot

    Symfony, API Platform, JWT: JWT Token not found (401)

    I am trying to protect my API with JWT. But the problem is, that I am...

  • screenshot

    What can prevent No routes found for "//"

    So I'm having trouble pinpointing a problem. I was noticing in error logs that '//' was...

  • screenshot

    Get list of available voters for a given role in symfony 6

    I use voters in Symfony 6 to grant access to operations. Here is an example of...

  • screenshot

    EasyAdmin 3.x display OneToMany realtion on details page

    on easyadmin 3.4 and symfony 5.4 I have the following 2 entities: Event, Participant, where an...

  • screenshot

    Api platform with LexikJWTAuthenticationBundle and Custom Login Response

    Im usage symfony 7 and api platform with LexikJWTAuthenticationBundle I have onAuthenticationSuccessResponse <?php namespace App\EventListener; use...

  • screenshot

    Upload file to mapped network drive from symfony application

    I have a symfony application from which I want users to be able to upload files...