country flags added and country switcher added

This commit is contained in:
Benjamin Takats
2022-11-30 16:59:14 +01:00
parent 5da4044450
commit cad1ee22b9
526 changed files with 35618 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ use Illuminate\Support\Facades\Route;
*/
Route::get('/', function () {
return to_route('search.cities', ['country' => \App\Models\Country::first()->code]);
return to_route('search.cities', ['country' => 'de']);
})
->name('welcome');