Routing without public folder (Laravel urls)

Instead e.g blog/public/about wanted the url to be blog/about - made these changes:
  • Copied .htaccess file from public folder to root folder - at the moment to blog folder.
  • Renamed server.php to index.php
Source