Refactor install wizard and mail configuration

This commit is contained in:
Darko Gjorgjijoski
2026-04-09 10:06:27 +02:00
parent 1d2cca5837
commit 9174254165
55 changed files with 3102 additions and 1162 deletions

View File

@@ -20,5 +20,6 @@ class PreventRequestForgery extends Middleware
*/
protected $except = [
'login',
'installation/session-login',
];
}