Initial commit
This commit is contained in:
7
routes/web.php
Normal file
7
routes/web.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('{any?}', function() {
|
||||
return view('application');
|
||||
})->where('any', '.*');
|
||||
Reference in New Issue
Block a user