Thursday, April 13, 2017

Laravel and Mamp Localhost Error 500 Mac

So after a fresh install of laravel (v5.4) and using Mamp as my local server I just get (in chrome)

The localhost page isn’t working

localhost is currently unable to handle this request.
HTTP ERROR 500

I've tried countless things like changing permissions on storage or everything within the laravel directory.

Done composer update/install in the directory.

I'm running PHP v7.0.12 on my Mac (10.11.6). Cant think of anything else that would be causing this?

If I create another directory which a simple index.php with '' it loads absolutely fine so what is causing an issue with laravel?

Here's pics of my mamp setup

http://i.imgur.com/xT3mMZO.png
http://i.imgur.com/ddz9uij.png



via Lspoor

Advertisement