After installation application is working but images are not loading.
For optimal resources security Laravel based applications, store the user files outside the public access directory. To access the user files the application requires the symbolic links in the public directory to original content.
Cause:
Some shared hosting providers do not support the symbolic link creation, it results in the broken images.
Solution:
A. Non-Tech Person
1. Go to Admin Settings > WEB UPDATE WIZARD
- Update to Latest Version in Web Wizard
- on the same page (WEB UPDATE WIZARD) you will see the Advanced Developer Settings button after scrolling down.
2. Click on Advanced Settings
Here you will see a create link option
Select Yes & Update without changing other data
B. Tech Person
Please open
YOUR_PROJECT->bootstrap\app.php
Add to line no 43
$app->useStoragePath('storage');
Copy YOUR_PROJECT-> storage directory to YOUR_PROJECT/public