PostTooLargeException error in laravel and how to fix it

PostTooLargeException error in laravel and how to fix it

2,006

Hello,

This is going to be one of my fastest tutorial all the time! Before you get bored lets get into it.

Sometimes you might face PostTooLargeException error in your laravel application and that doesn't let you to save your data in your database.

How to fix it?

  • Open your PHP.ini file.
  • Find post_max_size and upload_max_filesize and change their value to something higher.
  • Save your file.
  • Restart your local machine.

And that's all you need to do. Easy right?

- Last updated 4 years ago

Be the first to leave a comment.

You must login to leave a comment