UrlHum
UrlHum copied to clipboard
[Bug] PHP 8 not supported
Hello,
I love your project but when I want to install it (with composer install
), I am told that PHP 7.1.3 is mandatory but I have version 8.0.20... Would it be possible to update your project to the latest version of PHP ?
Thank you in advance,
Doncellup
I've found if you use --ignore-platform-reqs
it will install with no issues for me.
composer install --ignore-platform-reqs
However I've since encountered issues with my Apache VHosts config and i'm unsure how to get it working properly as sometimes ill get a "500" internal server error or going to something like "example.com/login" is not found. (In a nutshell i'm unsure what to put in my Apache vhost config for my installation. I have the document root pointing to the /public folder.)
I can't help you with your Apache vhost because I'm using nginx ^^
thank you for your solution, I will try later then I will come back to tell you if it works
I can't help you with your Apache vhost because I'm using nginx ^^
Yea, i figured it out anyways, i had to add in AllowOverride All
or something like that to my directory so it would read the .htaccess file (i figured out it wasnt)
oh yeah, that might be it