I got error in my laravel project 413 (Payload too large)
on ajax post.
Now I edited the post_max_size & upload_max_filesize
on php.ini
file in my
/etc/php/7.1/cli/php.ini
.
Now I want to restart apache server
since I updated the php.ini
file.
I have done this
/etc/init.d/apache2 restart
And still got the error.
Is there something missing? Hope anyone can help me. Thanks