I installed Laravel 5.3 with this command: composer create-project --prefer-dist laravel/laravel blog
in /opt/lampp/htdocs
directory
when I go to http://localhost/blog/public/
I get HTTP ERROR 500
I think this error is due to:
permission storage
and the bootstrap/cache
folder
I add my main system user (javad) to www-data
group and vice versa, But the problem is not resolved
OS: ubuntu 16.04