hi i install 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
Make sure you have to check permission of storage and bootstrap folder and then run your project by following command:
php artisan serve
After this you can check on your browser : http://localhost:8000
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community