Paymenter: bump php to 8.3 (#3825)

* Update paymenter.json

* Update paymenter-install.sh

* Update paymenter.json

Updated json notes

* Update paymenter-install.sh

* Update paymenter-install.sh

* Update paymenter-install.sh

* Update paymenter.sh

---------

Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
Nícolas Pastorello
2025-04-14 04:17:39 -03:00
committed by GitHub
parent e5800a0ec5
commit 20e5b1a2bf
3 changed files with 21 additions and 19 deletions

View File

@@ -30,5 +30,10 @@
"username": "admin@paymenter.org",
"password": "paymenter"
},
"notes": []
"notes": [
{
"text": "After installation, navigate to the directory with `cd /opt/paymenter` and run `php artisan app:init`. An interactive setup will prompt you to enter your company name and application URL.",
"type": "info"
}
]
}