This is the boilerplate of /public/.htaccess file needed to get working Laravel 5.x without publish http://domain.tld/index.php/some-url
Whit this .htaccess file, you will delete duplicate URLs like these(index.php in the middle of the URL):
Put the .htaccess file inside your /public folder and just it ;)