@use('\Illuminate\Support\Str', 'Str') Website Settings
  • If you use a custom homepage and you want all request to be rediected to that page, please enter the url here, if empty the system will use our default homepage/webpages
    If you enable maintenance mode, your site will not be accessible temporarily and you will need a bypass token to have access, untill you disable it. Note: Set your bypass token below before you enable maintenance mode.
    Your Bypass token to access your website when maintenance mode is enabled. Your maintenance mode secret should typically consist of alpha-numeric characters and, optionally, dashes. You should avoid using characters that have special meaning in URLs such as ? or &. @if ($maintenance_mode_token) Use {{ $url }}/{{ $maintenance_mode_token }} to access your site while in maintenance mode. @endif
    Save

    Password Validation Rules

    Set password validation rules for your website
    Minimum number of characters for password
    Password require at least one uppercase and one lowercase letter
    Password require at least one letter
    Password require at least one number
    Password require at least one symbol
    Require that the password has not been compromised in a public password data breach leak
    Save