Laravel

Allowed memory size of ~ bytes exhausted in Laravel issue in laravel [solved]

1. Open and edit php.ini file. You can find inside xampp/php
2) Search and find memory_limit (control+F)

3) change this memory limit
memory_limit=512M

4) To higher
memory_limit=2048M

5) Restart the xampp

jaminrai

Share
Published by
jaminrai