These are the instructions to follow when you want to create a new Laravel 12 with PHP 8.3 using Github Actions CI/CD to automatically build the new webiste in the ISPCONFIG Digital Ocean VM with ISPCONFIG3. You can develope your app under a branch in any folder in your PC and any branch in your PC. Then fill out the form in G:\xampp8\htdocs\laravel\deploy-from-central-prod-template\setup-laravel-pipeline.php - Fill out the form and submit. then the powershell script will push the branch to github and to the server for deployment.
Example here:
Site: app6.websor.com
App Name: app6
* The app name also will be use in various other functions, be sure to keep it consisten
$ code C:\Windows\System32\drivers\etc\hostsDocumentRoot /var/www/clients/client1/web32/home/[SSHUSER]/apps/[app6]/web
<Directory /var/www/clients/client1/web32/home/[SSHUSER]/apps/[app6]/web>
AllowOverride All
Require all granted
</Directory>
cd G:\xampp8\htdocs\laravelcomposer create-project laravel/laravel:^12.0 app6 cd app6
npm install;npm run build
composer run dev