I uploaded my project into the root directory in cpanel and the public folder in a 'public_html'. Now when i add a image the image are not showing . How to fix it?
Laravel is by default storing images in the public directory. So you need to make a small change to your application so it uses the public_html instead of public directory
You only need to change the bootstrap/app.php and add below lines
Dear @bobbybouwmann , my app doesn´t work too.
I´ve published my site as it is on my local computer, the public folder is INSIDE the application and I´ve changed the apache2 conf file to point to /var/www/htm/primorossi/public