Streamit Laravel - Documentation
Streamit Laravel

How to resolve image upload or display issues?

If you are facing issues with image uploads or images not displaying correctly, it is likely a folder permission problem. Please update the folder permissions to 775 for the following directories:

  • /public
  • /app/
  • /streamit-laravel/
  • avatar folder (inside your uploads/storage as applicable)

Steps to update permissions:

  1. Connect to your server via SSH.
  2. Run the following commands:
chmod -R 775 public/
chmod -R 775 app/
chmod -R 775 streamit-laravel/
chmod -R 775 path-to-your-avatar-folder/