Skip to content

Commit

Permalink
Upgrade in overall socket functionalities.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Aug 26, 2023
1 parent d3df599 commit b41908d
Show file tree
Hide file tree
Showing 15 changed files with 736 additions and 100 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ return [
];
```

Run migrations:

```shell
php artisan migrate
```

## FastCGI Proxy

This server proxy the request to a FastCGI Socket or TCP service. IT is capable of serving WordPress websites, advanced Laravel applications or even single PHP files if needed. It can serve HTTPS and HTTP.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"ext-openswoole": "22.*",
"adoy/fastcgi-client": "^1.0",
"guzzlehttp/guzzle": "^7.7",
"kanata-php/socket-conveyor": "^1.3"
"kanata-php/socket-conveyor": "^1.3",
"textalk/websocket": "^1.5"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit b41908d

Please sign in to comment.