mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-21 23:38:39 +00:00
Got standard form-based registration working
This commit is contained in:
parent
2c3fb557d6
commit
dec0cbb1b2
17 changed files with 370 additions and 10 deletions
app/Http/Controllers
|
@ -38,6 +38,7 @@ class SettingController extends Controller
|
|||
$key = str_replace('setting-', '', trim($name));
|
||||
Setting::put($key, $value);
|
||||
}
|
||||
session()->flash('success', 'Settings Saved');
|
||||
return redirect('/settings');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue