Welcome Guest, Not a member yet? Register   Sign In
How-to update codeigniter4 framework via composer?
#2

A "composer create-project codeigniter4/framework" creates the project, but the composer dependencies in it refer to third party packages, and I am not sure if "composer update" will work as you intend.

Any project which is based on the framework directly will have the same problem going forward, and that has been true with CodeIgniter 3 too.

We have a new (and experimental) solution: the CodeIgniter4 app-starter. It comes only with application & public, and the "framework" is composer-installed inside "vendor". A "composer update" after this would then update the nested framework Smile

Yes, that means re-building your project folder, but hopefully only once!
Reply


Messages In This Thread
RE: How-to update codeigniter4 framework via composer? - by ciadmin - 12-01-2018, 10:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB