Fixed. For any future users it was a problem with the htacess file Laravel ships with within the public folder.
Just needed to add: RewriteBase /projects/laravel-test/public RewriteRule ^(.*)/$ $1 [L,R=301]
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community