Files
blog/routes/web.php
2019-06-16 17:37:08 -04:00

4 lines
72 B
PHP

<?php
Route::get('/{any}', 'SpaController@index')->where('any', '.*');