DevFabi / Givemebestplace

SYMFONY 4 - Projet de gestion d'activité ( perso )
0 stars 0 forks source link

Pagination #5

Closed DevFabi closed 5 years ago

DevFabi commented 5 years ago

Créer un système de pagination sur la page home

DevFabi commented 5 years ago

Ajout du bundle KnpPaginator avec ce tuto :

https://ourcodeworld.com/articles/read/802/how-to-install-the-knppaginatorbundle-to-paginate-doctrine-queries-in-symfony-4

Erreur KnpPaginator Bundle “service not found, even though it exists in app's container” Réglé avec : https://stackoverflow.com/questions/48740064/symfony-4-knppaginator-bundle-service-not-found-even-though-it-exists-in-app

"You have to extend Controller instead of AbstractController class:"