intrip / laravel-authentication-acl

Laravel authentication and ACL admin panel package based on sentry
287 stars 110 forks source link

Problem when php artisan authentication:install #156

Closed arcanoix closed 7 years ago

arcanoix commented 7 years ago

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in C:\xampp\htdocs\l_acl\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 621

Why? :(

jacopo-beschi-intersail commented 7 years ago

You need to increase the max memory in your php_ini you can google that i think

arcanoix commented 7 years ago

Thanks!