ArtisanTinkerer.github.io

Blog

View on GitHub

[Laravel Daily](http://laraveldaily.com/routes-file-redirect-everything-else-to-homepage/

Route::any('{query}', 
  function() { return redirect('/'); })
  ->where('query', '.*');