Welcome Guest, Not a member yet? Register   Sign In
Problem with Model()->find() and Model()->findAll()
#10

(10-08-2019, 06:17 AM)MGatner Wrote: @workoverflow Composer will update against various sources depending on where you installed it from. Open composer.json and verify your CodeIgniter dependency looks something like this:

"codeigniter4/codeigniter4": "dev-develop"

This is my current config of Composer. 
Code:
"require": {
        "php": ">=7.2",
        "codeigniter4/framework": "v4.0.0-rc.2.1",
        "codeigniter4/translations": "v4.0.0-rc.2",
        "claviska/simpleimage": "~3.3",
        "guzzlehttp/guzzle": "~6.3",
        "smarty/smarty": "~3.1",
        "nesbot/carbon": "^2",
        "phpoffice/phpspreadsheet": "^1.9"
    },
    "require-dev": {
        "mikey179/vfsstream": "1.6.*",
        "phpunit/phpunit": "^7.0"
    },
    "config": {
        "optimize-autoloader": true
    }
Reply


Messages In This Thread
RE: Problem with Model()->find() and Model()->findAll() - by workoverflow - 10-09-2019, 05:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB