Welcome Guest, Not a member yet? Register   Sign In
creating a registration system with CI4, and why is CI "better"?
#12

(This post was last modified: 10-27-2020, 03:11 AM by zoldos.)

@Awlikhaleghi I apparently have PHP 7.3 and 7.0 both installed. I'm trying to set 7.3 as default, or whatever, but am having difficulty...

(10-26-2020, 06:57 PM)Awlikhaleghi Wrote: if you are on a server and not a desktop do not remove your PHPs!!!!

I'm on a server.  I didn't remove them. Big Grin

(10-26-2020, 08:33 PM)InsiteFX Wrote: Edit your composer.json file and add this

Code:
{
    "name": ".../...",
    "require": {
        "php": "7.4.11"
    }
}

or from the termial.

composer config platform.php 7.4.11

I don't have that PHP version. Sad
Reply


Messages In This Thread
RE: creating a registration system with CI4, and why is CI "better"? - by zoldos - 10-27-2020, 03:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB