Welcome Guest, Not a member yet? Register   Sign In
composer install and direct install
#4

(This post was last modified: 08-01-2020, 06:19 AM by jreklund.)

No you can't delete the vendor folder. It contains the actual framework and default files/folder (e.g. App, public, tests, vendor ...)

All files and folders in your root catalog (app, public ...) are a identical copy vendor\codeigniter4\framework (except system folder). System folder contains the framework itself. Everything else to run the application.

That vendor folder gets updated with every version, downloading new copies of e.g. vendor\codeigniter4\framework\app\Config\Mimes.php so that you can copy/merge it with your own file app\Config\Mimes.php.

You should not touch the vendor folder at all. Only modify everything else.
Reply


Messages In This Thread
composer install and direct install - by pars1997 - 07-28-2020, 12:03 AM
RE: composer install and direct install - by jreklund - 08-01-2020, 06:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB