Welcome Guest, Not a member yet? Register   Sign In
Config\Paths different on appStarter
#1

Hi guys,

Whilst going through the upgrade from 4.2.1 to 4.2.2, I noted that the upgrade guide mentioned app/Config/Paths.php was changed.

Without much thought I copied that file over from vendor/codeigniter4/framework/app.

When I ran my app, it broke. I rechecked the file and noticed in appStarter github, line 28 was

Code:
public $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system';


compared to the vendor framework version which was:


PHP Code:
public $systemDirectory __DIR__ '/../../system'

Is this the only file that is different in the vendor directory for appstarter? Or is there potentially others that differ and can catch me out in future?
Reply


Messages In This Thread
Config\Paths different on appStarter - by jetspeed - 08-06-2022, 02:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB