/laravel-docker-1

repo for upcoming blog post

Primary LanguagePHP

Demo repo for blog re: docker + laravel

Fixing 'Server Returns Code 500' Error

To fix the code 500 issue, try run the following commands from the root of the project

  • sudo chgrp -R www-data storage
  • sudo chgrp -R www-data bootstrap/cache
  • sudo chmod -R g+w storage
  • sudo chmod -R g+w bootstrap/cache