I\'ve just started learning the Laravel framework and I\'m having an issue with routing.
The only route that\'s working is the default home route that\'s attached to
Try enabling short php tags in your php.ini. WAMP has them off usually and laravel needs them on.