I know this is common issue. But tried some ways on how to fix this but can't do it.
trying to do this
composer require mavinoo/laravel-batch
But got an error with VirtualAlloc()
What I have tried to modify php.ini
on my xampp
from this
memory_limit=128M
to this
memory_limit=-1
Also tried to follow this link too : https://ourcodeworld.com/articles/read/816/how-to-solve-composer-install-update-error-virtualalloc-failed-0x00000008
Seems like that mavinoo
is too large
User contributions licensed under CC BY-SA 3.0