I am trying to setup a wordpress using bedrock and MAMP PRO. But it simply doesn't work. Maybe there is something wrong with my mamp pro or with my .env file?
I followed the instruction on the bedrock site and this is what my .env looks like:
DB_NAME=adatabase
DB_USER=root
DB_PASSWORD=verysecretpassword
# Optional variables
DB_HOST=127.0.0.1
# DB_PREFIX=wp_
WP_ENV=development
WP_HOME=wordpress.dev
WP_SITEURL=${WP_HOME}/wp
Here is what my MAMP Pro setup looks like:

As you can see my hostname is the same and I pointed the document root to the right folder as instructed on the bedrock site.
Now when I surf to "wordpress.dev" I get a blank page with the words "It works!" on it. I think this is some default mamp page?
When I surf to wordpress.dev/wp/wp-admin it says "not found"
Does anyone have any idea what is going on here?
Any help is realy very much appreciated :)
Many thanks in advance!
