kenken999's picture
laravel install
50cf058
raw
history blame
108 Bytes
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});