https://github.com/fapi-cz/dojo-php
https://github.com/fapi-cz/dojo-php
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fapi-cz/dojo-php
- Owner: fapi-cz
- License: mit
- Created: 2024-10-30T07:46:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T07:23:27.000Z (about 1 year ago)
- Last Synced: 2025-06-20T08:27:02.163Z (about 1 year ago)
- Language: Makefile
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dojo-php-30-10-2024
## Install
Run the command below to install the dependencies:
```bash
make composer-install
```
## Run
Start docker containers:
```bash
make dc-up
```
## Test
Run the command below to run the tests:
```bash
make test
```
If new file is added to the project, run the command below to generate the coverage:
```bash
make composer-dump-autoload
```