caffeinated / modules

:package: Modules package for Laravel

Home Page:https://caffeinatedpackages.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artisan create controller or model "Allowed memory size"

magarrent opened this issue · comments

In GeneratorCommand.php line 92:

Allowed memory size of 536870912 bytes exhausted (tried to allocate 172032 bytes)

While creating a controller or model with artisan:

php artisan make:module:model slug Model

same here :(