Hello @kartik,
go to this address :
/app/Providers/AppServiceProvider.php
and append this code to end of file ....
public function register()
{   $this->app->bind('path.public', function() {
    return realpath(base_path().'/../public_html');
  });
}
Hope it helps!!
Thank You!!