Hi guys, i'm a beginner in Laravel, it has been 10 days i'm try to getting started this framework and nothing until, all because this error:
"Server error 500
The website encountered an error while retrieving http://localhost:8888/Putamerda/public/. It may be down for maintenance or configured incorrectly."
Please, somebody help me, i've tried everything and nothing...
Normally, a 500 error means that there is some kind of problem with your .htaccess file (in your public directory) or possibly the web.config file (in the same directory). Have you changed any of these?
I also remember that getting some .htaccess files to work on XAMPP was a royal painus in the anus. You may be better off using Homestead, or running
Many Thanks thefuzzy0ne, your tip mad my first app in Laravel run. I Would like to finish the the discuss in your post but i cant because i still want i make it run in XAMP
update your host file (C:\Windows\System32\drivers\etc) and add this:
127.0.0.1 putamerda.local
Update the httpd-vhosts.conf file (C:\xampp\apache\conf\extra) add this: ( I am assuming that you folder is called "putamerda" and located on your c:\xampp\htdocs\