Virtual Alloc when composer require of Mavinoo/laravel-batch?

0

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

enter image description here

UDPATE enter image description here

php
laravel
xampp
asked on Stack Overflow Jul 27, 2020 by Rae Ian • edited Jul 28, 2020 by Rae Ian

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0