mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	feature: add custom admin path
This commit is contained in:
		| @@ -95,7 +95,8 @@ class ConfigController extends Controller | ||||
|                     'frontend_theme_sidebar' => config('v2board.frontend_theme_sidebar', 'light'), | ||||
|                     'frontend_theme_header' => config('v2board.frontend_theme_header', 'dark'), | ||||
|                     'frontend_theme_color' => config('v2board.frontend_theme_color', 'default'), | ||||
|                     'frontend_background_url' => config('v2board.frontend_background_url') | ||||
|                     'frontend_background_url' => config('v2board.frontend_background_url'), | ||||
|                     'frontend_admin_path' => config('v2board.frontend_admin_path', 'admin') | ||||
|                 ], | ||||
|                 'server' => [ | ||||
|                     'server_token' => config('v2board.server_token'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user