Hi all togehter.
I just tried to use </>one-click deployment (OCD) to set up Laravel.
- issue: OCD only delivers Laravel (5.4) Laravel7.x with php 5.6 up to 7.4
- As the name suggests, I "expect" a 1-click installation., but you only get nginx-URL-Rewrite and a database
- COMPOSER complains about a non-empty directory because a user.ini file exists.
- Manually installtion (after deleteing user.ini) with COMPOSER fails with this errors:
`Creating a "laravel/laravel" project at "./"
Cannot use laravel/laravel's latest version v12.11.2 as it requires php 8.2 which is not satisfied by your platform.
Installing laravel/laravel (v8.6.12)
Failed to download laravel/laravel from dist: /www/wwwroot/lara.my-domain.com/./vendor/composer does not exist and could not be created:
Now trying to download from source
- Syncing laravel/laravel (v8.6.12) into cache
- Installing laravel/laravel (v8.6.12): Cloning 843a4f81eb from cache
Install of laravel/laravel failed
In Filesystem.php line 335:
Could not delete /www/wwwroot/lara.my-domain.com/.: `
I'm using aapanel pro 2.15.0
Where can I setup aapanel works with php 8.x as default?
TIA, Frank