Warning in ./libraries/plugin_interface.lib.php#532
# count(): Parameter must be an array or an object that implements Countable
I fixed that on the file (/usr/share/phpmyadmin/libraries/plugin_interface.lib.php), and another file updated so I can allow much more size to import my SQL DB in my (/etc/php/7.3/apache2/php.ini)
And it's working perfectly, but all those actions are done in my Vm Machine.
So I want to know is there any way to copy paste those two files I updated them, from my host machine to the VM everytime I typed the vagrant up
Thank you