Added VeranstaltungenController

This commit is contained in:
chrosey
2017-06-10 14:59:16 +02:00
parent 32a342e7be
commit 1ce1b3aef6
2 changed files with 87 additions and 0 deletions
+2
View File
@@ -14,3 +14,5 @@
Route::get('/', function () {
return view('welcome');
});
Route::resource('veranstaltung','VeranstaltungController');