Skip to content

Instantly share code, notes, and snippets.

@yakserr
Created July 25, 2024 07:56
Show Gist options
  • Save yakserr/aa86316ef9c64d54397f20401416e779 to your computer and use it in GitHub Desktop.
Save yakserr/aa86316ef9c64d54397f20401416e779 to your computer and use it in GitHub Desktop.
laravel sail got error in permission in folder using Ubuntu PopOs
# start sail
sail up
# open in other terminal and start sail shell (from docker container)
sail shell
# change storage permissions
chmod -R 777 /var/www/html/storage
chown -R www-data:www-data /var/www/html/storage
# restart sail app
exit
sail down
sail up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment