https://github.com/razshare/amphp-file-parallel-driver-issue-reproduction
https://github.com/razshare/amphp-file-parallel-driver-issue-reproduction
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/razshare/amphp-file-parallel-driver-issue-reproduction
- Owner: razshare
- License: mit
- Created: 2023-12-27T17:52:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T19:40:53.000Z (over 2 years ago)
- Last Synced: 2025-08-26T07:56:44.541Z (10 months ago)
- Language: CSS
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Install dependencies with
```sh
composer update
```
and run with
```sh
composer prod:start
```
or with
```sh
composer dev:start
```
if you want to attach a debugger to the application.
Application is served at [http://127.0.0.1:8080/](http://127.0.0.1:8080/).