Description
error in laravel 10 aceess public_html in index then come error on 000webhost server 500 what is error
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
1 Like 0 Comments