krlove / eloquent-model-generator

Eloquent Model Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on install

MilesHart opened this issue · comments

Anyone else getting this?

Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/Solver.php on line 223

Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.

@MilesHart hope this help

COMPOSER_MEMORY_LIMIT=-1 composer require --dev krlove/eloquent-model-generator

Closing since it is not related to this lib but rather to composer memory issues