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
Don't forget the "RewriteBase" in your public/.htaccess :
RewriteBase
public/.htaccess
For example :
Options +FollowSymLinks RewriteEngine On RewriteBase /your/folder/public