Welcome Guest, Not a member yet? Register   Sign In
Default System Directory
#1

I think the default systemDirectory property in app/Config/App.php should point to the vendor directory.
It is silly not to use composer these days.
Simpler is always better
Reply
#2

this is a small advantage)
there is an installation via zip
Simple CI 4 project for beginners codeigniter-expenses ( topic )
Reply
#3

If you install CI4 appstarter,
Code:
$ cat app/Config/Paths.php | grep systemDirectory
    public string $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system';
Reply




Theme © iAndrew 2016 - Forum software by © MyBB