Код: Выделить всё
#[Route('/displayer/{slug}', name: 'app_displayer', requirements: ['slug' =>'/[a-z-_]+(?:\.pdf)$/'])]
public function displayer(string $slug): BinaryFileResponse|RedirectResponse
с preg_match :
Код: Выделить всё
dd(preg_match('/[a-z-_]+(?:\.pdf)$/', 'balade_en_laisse.pdf'));
Код: Выделить всё
DisplayerController.php on line 18:
1
ошибка 500
не могу понять почему!
Подробнее здесь: https://stackoverflow.com/questions/791 ... turn-a-500
Мобильная версия