App Name AlphaNum

Closes https://github.com/pelican-dev/panel/issues/562
This commit is contained in:
notCharles 2024-08-24 19:16:33 -04:00
parent 40810877e0
commit 58307c15a3

View File

@ -86,6 +86,7 @@ class Settings extends Page implements HasForms
TextInput::make('APP_NAME') TextInput::make('APP_NAME')
->label('App Name') ->label('App Name')
->required() ->required()
->alphaNum()
->default(env('APP_NAME', 'Pelican')), ->default(env('APP_NAME', 'Pelican')),
TextInput::make('APP_FAVICON') TextInput::make('APP_FAVICON')
->label('App Favicon') ->label('App Favicon')