Это старая версия документа!
Helper plugin linkback is not available or invalid.
User / UserRepository
<?php namespace App\Entity; use ApiPlatform\Metadata\ApiResource; use App\Repository\UserRepository; use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface; use Symfony\Component\Security\Core\User\UserInterface; #[ORM\Entity(repositoryClass: UserRepository::class)] #[ApiResource] class User implements UserInterface, PasswordAuthenticatedUserInterface { }
<?php namespace App\Repository; class UserRepository extends ServiceEntityRepository implements PasswordUpgraderInterface { }
Symfony / API Platform
| 2023/09/12 15:57 | symfony | ||
| 2024/04/14 23:41 | php, api-platform, symfony | ||
| 2024/04/15 20:27 | php, api-platform, symfony | ||
| 2024/04/15 23:30 | php, api-platform, symfony | ||
| 2024/04/16 00:55 | php, api-platform, symfony | ||
| 2024/04/15 21:01 | php, api-platform, symfony | ||
| 2024/04/15 22:07 | php, api-platform, symfony | ||
| 2024/04/14 23:52 | php, api-platform, symfony | ||
| 2024/04/15 20:23 | php, api-platform, symfony |