@david
I have it running with PHP 7.4.16. I could not get it running with PHP8.0. Also I am running nginx. Apache2 would not run right either. I am running 5.3.68-C77
When your on the setup page. You have to have an empty database. Along with filling out the database on the webpage. Then you have to edit the .env file with the database information. When you hit submit. It reads the file not what you put on the web page. It then starts the process. After about a minute, you get a bad gateway error. You just have to wait. In about 5 minutes. Refresh the page and it comes to the login screen. It lets you login. I can not get migration to work now. Nor can I get it to save an invoice. I do not have PDF working. That normally takes a few moments. Here is the error I get when trying to save.
[2022-03-14 00:06:37] production.ERROR: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known {"userId":1,"exception":"[object] (ErrorException(code: 0): file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /var/www/html/app/Models/Presenters/CompanyPresenter.php:73)
[stacktrace]
#0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError()
#1 /var/www/html/app/Models/Presenters/CompanyPresenter.php(73): file_get_contents()
#2 /var/www/html/app/Utils/HtmlEngine.php(419): App\\Models\\Presenters\\CompanyPresenter->logo_base64()
#3 /var/www/html/app/Utils/HtmlEngine.php(568): App\\Utils\\HtmlEngine->buildEntityDataArray()
#4 /var/www/html/app/Repositories/ActivityRepository.php(153): App\\Utils\\HtmlEngine->generateLabelsAndValues()
#5 /var/www/html/app/Repositories/ActivityRepository.php(85): App\\Repositories\\ActivityRepository->generateHtml()
#6 /var/www/html/app/Repositories/ActivityRepository.php(62): App\\Repositories\\ActivityRepository->createBackup()
#7 /var/www/html/app/Listeners/Invoice/CreateInvoiceActivity.php(56): App\\Repositories\\ActivityRepository->save()
#8 /var/www/html/vendor/laravel/framework/src/Illuminate/Events/CallQueuedListener.php(107): App\\Listeners\\Invoice\\CreateInvoiceActivity->handle()