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
- Update to Latest Version in Web Wizard
1. Visit: yourapplication.com/clear-cache
2. Now Visit: yourapplication.com/business/dev
Here you will see a create link option
Select Yes & Update
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