i have a problem of uploading files to my public folder after hosting my project online
I have my public directory named public_html instead of public on my Cpanel. So where do I change this setting?
Uploading files uses $this->app['path.public'], but that package is trying to use public instead of what I want, public_html. So how do I tell Laravel 6 to use public_html?