在easyPHP上安装Laravel安装Windows 7 - 奇怪的安装结果

I installed easyphp on my windows laptop, then cmd'd the composer install, and then used composer to install Laravel. Here are my issues and was wondering if you would be able to help me sort through them:

  1. My easyphp local install shows up on my web browser, but my laravel install does not.
  2. The files are definitely not in the same place as what many other laravel users show in their installs.
  3. Runnng through the sample laravel routing/view example doesn't result in anything - nothing works.
  4. I can't seem to find anything that explains what's going on here.

I'm not looking for opinions on which is better than what (i.e. wamp, xamp, etc.) - I just want to get up and running.

Screenshots: Laravel install location vs easyphp install locationWhere's Laravel on LocalHost?Funny SublimeText folder structure

Help would be greatly appreciated! :)

If you are still using easyphp, you need to enable mod_rewrite. It will be a simple thing to do and you then need to add RewriteBase / in your .htaccess file.

However, just use xampp and you will get it running without any problems.