Laravel Files upload

I’m encountering the following error when attempting to upload an image in my Laravel project:

Error:
IlluminateHttpExceptionsPostTooLargeException

I understand that this issue is related to file size limitations. Based on my research, I modified the following settings in my php.ini file:

post max size
upload max file size
memory limit
After making these changes, I restarted Apache, but the error persists.

What I Have Tried:
Updated php.ini settings (as shown above).
Restarted Apache and MySQL to apply changes.
Checked Laravel configuration to ensure proper file storage settings.
Verified that the correct php.ini file is being modified using