Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Merge pull request #275 from openchatai/php-deprecation
Browse files Browse the repository at this point in the history
PHP Deprecation
  • Loading branch information
gharbat authored Nov 25, 2023
2 parents cd5fd9a + eef9890 commit d7969a7
Show file tree
Hide file tree
Showing 157 changed files with 872 additions and 23,852 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ yarn-error.log
/.idea
/.vscode
*.pyc
.dmypy.*
.dmypy.*

test.html
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ install:
@echo "$(COLOR_BOLD)=== 🟢 Waiting for services to start (~20 seconds) ===$(COLOR_RESET)"
@sleep 20

@echo "$(COLOR_BOLD)=== 🟢 Clearing backend server config cache & running migrations ===$(COLOR_RESET)"
$(DOCKER_COMPOSE) exec backend php artisan cache:clear
$(DOCKER_COMPOSE) exec backend php artisan config:cache
$(DOCKER_COMPOSE) exec backend php artisan migrate
$(DOCKER_COMPOSE) exec backend php artisan key:generate
$(DOCKER_COMPOSE) exec backend php artisan storage:link

@echo "$(COLOR_BOLD)=== Installation completed ===$(COLOR_RESET)"
@echo "$(COLOR_BOLD)=== 🔥🔥 You can now access the dashboard at -> http://localhost:8888 ===$(COLOR_RESET)"
@echo "$(COLOR_BOLD)=== Enjoy! ===$(COLOR_RESET)"
Expand All @@ -53,9 +46,6 @@ db-setup:
down:
$(DOCKER_COMPOSE) down --remove-orphans

exec-backend:
$(DOCKER_COMPOSE) exec backend bash

exec-dashboard:
$(DOCKER_COMPOSE) exec dashboard /bin/sh

Expand Down
18 changes: 0 additions & 18 deletions backend/.editorconfig

This file was deleted.

59 changes: 0 additions & 59 deletions backend/.env.example

This file was deleted.

11 changes: 0 additions & 11 deletions backend/.gitattributes

This file was deleted.

19 changes: 0 additions & 19 deletions backend/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions backend/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions backend/app/Console/Kernel.php

This file was deleted.

40 changes: 0 additions & 40 deletions backend/app/Exceptions/Handler.php

This file was deleted.

101 changes: 0 additions & 101 deletions backend/app/Http/Api/Controllers/MessageController.php

This file was deleted.

Loading

0 comments on commit d7969a7

Please sign in to comment.