implemented table metadata editing page

This commit is contained in:
2018-07-29 18:27:04 +02:00
parent c1bc5a6677
commit 8ff10904ce
3 changed files with 66 additions and 5 deletions
+1
View File
@@ -55,6 +55,7 @@ Route::group(['middleware' => 'auth'], function () {
});
Route::get('@{user}/{table}/settings', 'TableController@settings')->name('table.conf');
Route::post('@{user}/{table}/settings', 'TableController@storeSettings')->name('table.storeConf');
});
// Table resource - located at the end to work as a fallback