Skip to content

Commit

Permalink
Homework 4 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavaMakhov committed Feb 1, 2025
1 parent 7371738 commit 2104309
Show file tree
Hide file tree
Showing 19 changed files with 903 additions and 56 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea/
/vendor/
/app/vendor/
/app/.env
.DS_Store
.AppleDouble
.LSOverride
2 changes: 2 additions & 0 deletions app/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REDIS_HOST=
REDIS_PORT=
21 changes: 0 additions & 21 deletions app/autoload.php

This file was deleted.

17 changes: 17 additions & 0 deletions app/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "slava-makhov/otus-webservers-app",
"type": "project",
"autoload": {
"psr-4": {
"SlavaMakhov\\OtusWebserversApp\\": "src/"
}
},
"authors": [
{
"name": "SlavaMakhov"
}
],
"require": {
"vlucas/phpdotenv": "^5.6"
}
}
Loading

0 comments on commit 2104309

Please sign in to comment.