Added Methods, routes and Views for VeranstaltungController

This commit is contained in:
chrosey
2017-06-14 23:44:54 +02:00
parent 46e092f04f
commit 1deb0f59fc
9 changed files with 195 additions and 15 deletions
+2
View File
@@ -15,4 +15,6 @@ Route::get('/', function () {
return view('welcome');
});
Route::get('veranstaltung/{veranstaltung}/enter', 'VeranstaltungController@enter')
->name('veranstaltung.enter');
Route::resource('veranstaltung','VeranstaltungController');