Welcome Guest, Not a member yet? Register   Sign In
Composer question
#2

You have read the documentation about it I take it? App Starter, it's the same as Adding CodeIgniter4 to an Existing Project. But without the need to copy the folder from CodeIgniter4.

So why use Composer?
You can update the framework automatically, no need to download a .zip file, unpack it etc.

Why do you have /vendor/...?
CodeIgniter4 itself are placed in the vendor folder as with all Composer packages. So that it can be updated outside your project. But you still need to have your own application somewhere, and that's what app, public, tests, writable etc comes in. Your develop your app in app, and NEVER touch the content in vendor.

If you download the zip folder/framework itself, you will find a system folder (instead of vendor). Difference here are that vendor contains ALL folders, not just the system. So when you are upgrading your application you can copy those files from the vendor folder (if a config file have changed) and replace yours. Your project also will have a smaller footprint, as you don't need to store the vendor folder yourself, that can always be re-downloaded with composer.
Reply


Messages In This Thread
Composer question - by muuucho - 03-17-2020, 06:32 AM
RE: Composer question - by jreklund - 03-17-2020, 12:19 PM
RE: Composer question - by muuucho - 03-18-2020, 04:54 AM
RE: Composer question - by jreklund - 03-18-2020, 12:06 PM
RE: Composer question - by muuucho - 03-20-2020, 03:27 AM
RE: Composer question - by jreklund - 03-20-2020, 10:58 AM
RE: Composer question - by muuucho - 03-21-2020, 10:06 AM
RE: Composer question - by jreklund - 03-21-2020, 10:20 AM
RE: Composer question - by muuucho - 03-21-2020, 02:13 PM
RE: Composer question - by jreklund - 03-21-2020, 02:18 PM
RE: Composer question - by muuucho - 03-22-2020, 06:00 AM
RE: Composer question - by MGatner - 03-23-2020, 09:30 AM
RE: Composer question - by muuucho - 03-24-2020, 02:21 AM
RE: Composer question - by elserra - 04-17-2020, 04:00 PM
RE: Composer question - by jreklund - 04-18-2020, 02:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB