I am using the KNP Pagination Bundle. I configured the twig file in the package source. Then I found a better way to do this without touching the package files.
Sorry, now every time I do
bin/vendors install
I get the following error: -
"KNP Paginator Bundle" has local modifications. Please return or pin / click before re-running this command.
My .gitignore file is ignored / vendors
And my deps file has an incoming kit.
Is there any way to remove the package? So that I can reinstall it? Or what is the best way to solve my problem?
source share