Welcome Guest, Not a member yet? Register   Sign In
version > 4.5.1 zip is missing files
#1

Hi, i am upgrading CI manually. When i download the zip version > 4.5.1 some files are missing so I cannot copy them.
https://codeigniter.com/user_guide/insta...ject-files
For example 4.5.1 zip is missing the following files:

  1. phpunit.xml.dist
  2. .gitignore
  3. entire directory tests\


ecc.
Reply
#2

Installation from the archive does not provide Composer. These files are not needed
Simple CI 4 project for beginners codeigniter-expenses ( topic )
Reply
#3

In framework-4.5.1.zip, I see
- phpunit.xml.dist
- tests/

but as you say, there is no .gitignore.

If you want to get it,
see https://github.com/codeigniter4/framework/tree/v4.5.1
Reply
#4

(09-20-2024, 01:32 AM)kenjis Wrote: In framework-4.5.1.zip, I see
- phpunit.xml.dist
- tests/

but as you say, there is no .gitignore.

If you want to get it,
see https://github.com/codeigniter4/framework/tree/v4.5.1

I see it in the file list on github, but why if i select "Download Zip" .gitignore, .gitattributes are not present?

[Image: 4-5-1.png]
Reply
#5

Files start with "dot" hidden? No?
Simple CI 4 project for beginners codeigniter-expenses ( topic )
Reply
#6

(This post was last modified: 09-23-2024, 10:50 AM by sunchaser.)

I checked, my options are showing hidden files, .files are not added to zip.

Tomorrow I will check it again

(09-23-2024, 10:29 AM)ozornick Wrote: Files start with "dot" hidden? No?

(09-23-2024, 10:48 AM)sunchaser Wrote: I checked, my options are set so hidden files are shown, I think that someohow .files are not added to zip.

But tomorrow I will check the zip again.
Reply
#7

Because it is listed in .gitattributes:
https://github.com/codeigniter4/framewor...attributes
Reply




Theme © iAndrew 2016 - Forum software by © MyBB