Adds Zip to the required PHP Extension check (#1146)

* Ignore .DS_Store

* Checks for required ZIP extension
This commit is contained in:
Adam Patterson
2023-02-18 23:12:34 -07:00
committed by GitHub
parent 393fe20010
commit 05d5ce26fd
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -16,4 +16,5 @@ Homestead.yaml
.gitkeep .gitkeep
/public/docs /public/docs
/.scribe /.scribe
!storage/fonts/.gitkeep !storage/fonts/.gitkeep
.DS_Store

View File

@ -27,6 +27,7 @@ return [
'tokenizer', 'tokenizer',
'JSON', 'JSON',
'cURL', 'cURL',
'zip',
], ],
'apache' => [ 'apache' => [
'mod_rewrite', 'mod_rewrite',