Laravel 9 Update (#1413)

Update to Laravel 9 and PHP 8+

Co-authored-by: B.Fatih KOZ <fatih.koz@gmail.com>
This commit is contained in:
Nabeel S
2022-03-14 11:45:18 -04:00
committed by GitHub
parent 00bf18c225
commit 12848091a2
340 changed files with 6130 additions and 4502 deletions

File diff suppressed because one or more lines are too long

View File

@@ -56,6 +56,12 @@ users:
opt_in: 0
toc_accepted: 1
roles:
- id: 2
name: pilot
display_name: Pilot
description: A regular pilot
role_user:
- user_id: 1
role_id: 1

View File

@@ -61,6 +61,27 @@
options: ''
type: boolean
description: Record the user's IP address on register/login
- key: captcha.enabled
name: 'hCaptcha Enabled'
group: captcha
value: false
options: ''
type: boolean
description: Is hCaptcha enabled
- key: captcha.site_key
name: 'hCaptcha Site Key'
group: captcha
value: ''
options: ''
type: text
description: Your hCaptcha Site Key
- key: captcha.secret_key
name: 'hCaptcha Secret Key'
group: captcha
value: ''
options: ''
type: text
description: Your hCaptcha Secret Key
- key: units.currency
name: 'Currency'
group: units