This page isn’t working http error 500

  Fri 24 / 11 / 2023

  Posted by: Nadeem

Category : Laravel

Tags : laravel , deployment

Post Thumbnail
Description

error in laravel 10 aceess public_html in index then come error on 000webhost server 500 what is error


  Answered by CDL

You are getting 500 error, so this is a general error, if you want to see the proper error you can turn on app_debug=true in the env file. If this is not the solution you can try to change the permission of laravel app.


chmod -R 775 storage bootstrap/cache






  Comment   Share
1 Like   0 Comments