Skip to content

Commit bce7842

Browse files
committed
chore: configure project name
1 parent 2e51ec0 commit bce7842

13 files changed

+42
-98
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SHARED_SERVICES_NAMESPACE=ss
1313
# in Docker network for current project
1414
# More info:
1515
# https://docs.docker.com/compose/reference/envvars/#compose_project_name
16-
COMPOSE_PROJECT_NAME=spiral-starter-tpl
16+
COMPOSE_PROJECT_NAME=spiral-app-temporal-demo
1717

1818
# You can disable logging for containers by setting "none" as log driver
1919
DOCKER_APP_LOG_DRIVER=json-file
@@ -69,7 +69,7 @@ DB_LOG_QUERY_PARAMETERS=false
6969
DB_WITH_DATETIME_MICROSECONDS=false
7070
DB_FORWARD_PORT=5445
7171
DB_PASSWORD=spiral
72-
DB_DATABASE=spiral-starter-tpl
72+
DB_DATABASE=spiral-app-temporal-demo
7373
DB_USERNAME=spiral
7474

7575
CYCLE_SCHEMA_CACHE=false

.github/.release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"release-type": "php",
44
"packages": {
55
".": {
6-
"package-name": "spiral-starter-tpl",
6+
"package-name": "spiral-app-temporal-demo",
77
"changelog-path": "/CHANGELOG.md"
88
}
99
},

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "1.0.0"
33
}

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ body:
9696
value: |
9797
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
9898
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
99-
- [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
100-
- [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md)
99+
- [Code of Conduct](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CODE_OF_CONDUCT.md)
100+
- [Contribution Guidelines](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CONTRIBUTING.md)
101101
102102
Additionally, consider joining our discussions on:
103103
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)

.github/ISSUE_TEMPLATE/2-feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ body:
6666
value: |
6767
📛 To ensure a smooth issue processing, please check if a similar feature request has already been submitted before creating a new one.
6868
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
69-
- [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
70-
- [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md)
69+
- [Code of Conduct](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CODE_OF_CONDUCT.md)
70+
- [Contribution Guidelines](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CONTRIBUTING.md)
7171
7272
Additionally, consider joining our discussions on:
7373
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)

.github/ISSUE_TEMPLATE/3-failing-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ body:
5454
value: |
5555
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
5656
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
57-
- [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
58-
- [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md)
57+
- [Code of Conduct](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CODE_OF_CONDUCT.md)
58+
- [Contribution Guidelines](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CONTRIBUTING.md)
5959
6060
Additionally, consider joining our discussions on:
6161
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)

.github/ISSUE_TEMPLATE/4-docs-bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ body:
7070
value: |
7171
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
7272
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
73-
- [Code of Conduct](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CODE_OF_CONDUCT.md)
74-
- [Contribution Guidelines](https://github.com/wayofdev/spiral-starter-tpl/blob/master/.github/CONTRIBUTING.md)
73+
- [Code of Conduct](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CODE_OF_CONDUCT.md)
74+
- [Contribution Guidelines](https://github.com/wayofdev/spiral-app-temporal-demo/blob/master/.github/CONTRIBUTING.md)
7575
7676
Additionally, consider joining our discussions on:
7777
- [WayOfDev Discord Community](https://discord.gg/CE3TcCC5vr)

.github/ISSUE_TEMPLATE/5-security-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
2222
- type: markdown
2323
attributes:
24-
value: 'To create a new advisory, go to: [Create Security Advisory](https://github.com/wayofdev/spiral-starter-tpl/security/advisories/new)'
24+
value: 'To create a new advisory, go to: [Create Security Advisory](https://github.com/wayofdev/spiral-app-temporal-demo/security/advisories/new)'
2525

2626
- type: textarea
2727
id: github-advisory-url

.github/SECURITY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Security Policy
22

3-
Thank you for helping keep `wayofdev/spiral-starter-tpl` and its users safe. We greatly appreciate your efforts to disclose security vulnerabilities responsibly.
3+
Thank you for helping keep `wayofdev/spiral-app-temporal-demo` and its users safe. We greatly appreciate your efforts to disclose security vulnerabilities responsibly.
44

55
<br>
66

77
## 🚨 Reporting a Vulnerability
88

9-
We take all security bugs in `wayofdev/spiral-starter-tpl` seriously. Please follow the instructions below to report security vulnerabilities.
9+
We take all security bugs in `wayofdev/spiral-app-temporal-demo` seriously. Please follow the instructions below to report security vulnerabilities.
1010

1111
### → How to Report a Vulnerability
1212

13-
1. **GitHub Security Advisories**: Please report security issues directly through our GitHub Security Advisories page: [https://github.com/wayofdev/spiral-starter-tpl/security/advisories/new](https://github.com/wayofdev/spiral-starter-tpl/security/advisories/new). This ensures that sensitive information is handled confidentially.
13+
1. **GitHub Security Advisories**: Please report security issues directly through our GitHub Security Advisories page: [https://github.com/wayofdev/spiral-app-temporal-demo/security/advisories/new](https://github.com/wayofdev/spiral-app-temporal-demo/security/advisories/new). This ensures that sensitive information is handled confidentially.
1414

15-
2. **Empty Security Issue**: After submitting through GitHub Security Advisories, please also create an empty security issue to alert us, as GitHub Advisories do not send automatic notifications. This can be done [here](https://github.com/wayofdev/spiral-starter-tpl/issues/new?assignees=&labels=type%3A+bug%2Cpriority%3A+high%2Ctype%3A+security&projects=&template=5-security-report.yml&title=%5BSecurity%5D%3A+).
15+
2. **Empty Security Issue**: After submitting through GitHub Security Advisories, please also create an empty security issue to alert us, as GitHub Advisories do not send automatic notifications. This can be done [here](https://github.com/wayofdev/spiral-app-temporal-demo/issues/new?assignees=&labels=type%3A+bug%2Cpriority%3A+high%2Ctype%3A+security&projects=&template=5-security-report.yml&title=%5BSecurity%5D%3A+).
1616

1717
3. **Direct Contact**: For highly sensitive information, in addition to the GitHub Security Advisories, please email us directly at `the@wayof.dev` with the subject line "SECURITY - Vulnerability Report". This will be treated with the highest priority.
1818

CHANGELOG.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ else
8989
WHITE := ""
9090
RST := ""
9191
endif
92-
MAKE_LOGFILE = /tmp/wayofdev-spiral-starter-tpl.log
92+
MAKE_LOGFILE = /tmp/wayofdev-spiral-app-temporal-demo.log
9393
MAKE_CMD_COLOR := $(BLUE)
9494

9595
default: all
@@ -102,7 +102,7 @@ help: ## Show this menu
102102
@echo
103103
@echo ' 📑 Logs are stored in $(MAKE_LOGFILE)'
104104
@echo
105-
@echo ' 📦 Project spiral-starter-tpl (https://github.com/wayofdev/spiral-starter-tpl)'
105+
@echo ' 📦 Project spiral-app-temporal-demo (https://github.com/wayofdev/spiral-app-temporal-demo)'
106106
@echo ' 🤠 Makefile Author Andrij Orlenko (https://github.com/lotyp)'
107107
@echo ' 🏢 ${YELLOW}Org wayofdev (https://github.com/wayofdev)${RST}'
108108
@echo

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111

1212
<p align="center">
1313
<strong>Build</strong><br>
14-
<a href="https://actions-badge.atrox.dev/wayofdev/spiral-starter-tpl/goto" target="_blank"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fspiral-starter-tpl%2Fbadge&style=flat-square&label=github%20actions"/></a>
15-
<a href="https://github.com/wayofdev/spiral-starter-tpl/actions/workflows/deploy-staging.yml?query=workflow%3ADeploy" target="_blank"><img alt="Deploy to Staging Status" src="https://img.shields.io/github/actions/workflow/status/wayofdev/spiral-starter-tpl/deploy-staging.yml?branch=develop&style=flat-square&label=deploy%20to%20staging&logo=github"/></a>
16-
<a href="https://github.com/wayofdev/spiral-starter-tpl/actions/workflows/deploy-release.yml?query=workflow%3ADeploy" target="_blank"><img alt="Deploy to Production Status" src="https://img.shields.io/github/actions/workflow/status/wayofdev/spiral-starter-tpl/deploy-release.yml?style=flat-square&label=deploy%20to%20prod&logo=github"/></a>
14+
<a href="https://actions-badge.atrox.dev/wayofdev/spiral-app-temporal-demo/goto" target="_blank"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fspiral-app-temporal-demo%2Fbadge&style=flat-square&label=github%20actions"/></a>
15+
<a href="https://github.com/wayofdev/spiral-app-temporal-demo/actions/workflows/deploy-staging.yml?query=workflow%3ADeploy" target="_blank"><img alt="Deploy to Staging Status" src="https://img.shields.io/github/actions/workflow/status/wayofdev/spiral-app-temporal-demo/deploy-staging.yml?branch=develop&style=flat-square&label=deploy%20to%20staging&logo=github"/></a>
16+
<a href="https://github.com/wayofdev/spiral-app-temporal-demo/actions/workflows/deploy-release.yml?query=workflow%3ADeploy" target="_blank"><img alt="Deploy to Production Status" src="https://img.shields.io/github/actions/workflow/status/wayofdev/spiral-app-temporal-demo/deploy-release.yml?style=flat-square&label=deploy%20to%20prod&logo=github"/></a>
1717
</p>
1818
<p align="center">
1919
<strong>Project</strong><br>
20-
<a href="https://github.com/wayofdev/spiral-starter-tpl" target="_blank"><img src="https://img.shields.io/github/v/release/wayofdev/spiral-starter-tpl?style=flat-square" alt="Latest Stable Version"></a>
21-
<a href="https://github.com/wayofdev/spiral-starter-tpl" target="_blank"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/spiral-starter-tpl/latest?style=flat-square"></a>
22-
<a href="https://github.com/wayofdev/spiral-starter-tpl" target="_blank"><img alt="PHP Version Require" src="https://poser.pugx.org/wayofdev/laravel-package-tpl/require/php?style=flat-square"></a>
20+
<a href="https://github.com/wayofdev/spiral-app-temporal-demo" target="_blank"><img src="https://img.shields.io/github/v/release/wayofdev/spiral-app-temporal-demo?style=flat-square" alt="Latest Stable Version"></a>
21+
<a href="https://github.com/wayofdev/spiral-app-temporal-demo" target="_blank"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/spiral-app-temporal-demo/latest?style=flat-square"></a>
22+
<a href="https://github.com/wayofdev/spiral-app-temporal-demo" target="_blank"><img alt="PHP Version Require" src="https://poser.pugx.org/wayofdev/laravel-package-tpl/require/php?style=flat-square"></a>
2323
</p>
2424
<p align="center">
2525
<strong>Quality</strong><br>
26-
<a href="https://app.codecov.io/gh/wayofdev/spiral-starter-tpl" target="_blank"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/wayofdev/spiral-starter-tpl?style=flat-square&logo=codecov"></a>
27-
<a href="https://dashboard.stryker-mutator.io/reports/github.com/wayofdev/spiral-starter-tpl/develop" target="_blank"><img alt="Mutation testing badge" src="https://img.shields.io/endpoint?style=flat-square&label=mutation%20score&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fwayofdev%2Fspiral-starter-tpl%2Fmaster"></a>
26+
<a href="https://app.codecov.io/gh/wayofdev/spiral-app-temporal-demo" target="_blank"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/wayofdev/spiral-app-temporal-demo?style=flat-square&logo=codecov"></a>
27+
<a href="https://dashboard.stryker-mutator.io/reports/github.com/wayofdev/spiral-app-temporal-demo/develop" target="_blank"><img alt="Mutation testing badge" src="https://img.shields.io/endpoint?style=flat-square&label=mutation%20score&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fwayofdev%2Fspiral-app-temporal-demo%2Fmaster"></a>
2828
<a href=""><img src="https://img.shields.io/badge/phpstan%20level-8%20of%209-brightgreen?style=flat-square" alt="PHP Stan Level 8 of 9"></a>
2929
</p>
3030
<p align="center">
@@ -172,13 +172,13 @@ Check full instructions in [docker-shared-services](https://github.com/wayofdev/
172172

173173
1. **Clone** repository:
174174

175-
After forking or creating generating repository from template, you can clone it to your local machine. In this example we will use `spiral-starter-tpl` repository as starting point.
175+
After forking or creating generating repository from template, you can clone it to your local machine. In this example we will use `spiral-app-temporal-demo` repository as starting point.
176176

177177
```bash
178178
git clone \
179-
git@github.com:wayofdev/spiral-starter-tpl.git \
180-
~/projects/spiral-starter-tpl && \
181-
cd ~/projects/spiral-starter-tpl
179+
git@github.com:wayofdev/spiral-app-temporal-demo.git \
180+
~/projects/spiral-app-temporal-demo && \
181+
cd ~/projects/spiral-app-temporal-demo
182182
```
183183

184184
2. **Generate** `.env` file
@@ -188,7 +188,7 @@ Check full instructions in [docker-shared-services](https://github.com/wayofdev/
188188
```bash
189189
$ make env \
190190
SHARED_SERVICES_NAMESPACE=ss \
191-
COMPOSE_PROJECT_NAME=spiral-starter-tpl
191+
COMPOSE_PROJECT_NAME=spiral-app-temporal-demo
192192
```
193193

194194
**Change** generated `.env` file to match your needs, if needed.
@@ -198,7 +198,7 @@ Check full instructions in [docker-shared-services](https://github.com/wayofdev/
198198
```bash
199199
$ make env \
200200
SHARED_SERVICES_NAMESPACE=ss \
201-
COMPOSE_PROJECT_NAME=spiral-starter-tpl \
201+
COMPOSE_PROJECT_NAME=spiral-app-temporal-demo \
202202
FORCE=true
203203
```
204204

@@ -215,13 +215,13 @@ Check full instructions in [docker-shared-services](https://github.com/wayofdev/
215215
$ make up
216216
```
217217

218-
4. **Open** your browser and navigate to `https://api.spiral-starter-tpl.docker` to see Laravel welcome page.
218+
4. **Open** your browser and navigate to `https://api.spiral-app-temporal-demo.docker` to see Laravel welcome page.
219219

220220
<br>
221221

222222
## 🧰 Project Architecture
223223

224-
The project architecture of `wayofdev/spiral-starter-tpl` follows a structured approach with distinct layers:
224+
The project architecture of `wayofdev/spiral-app-temporal-demo` follows a structured approach with distinct layers:
225225

226226
* **Domain:** Contains core business logic and entities.
227227
* **Bridge:** Connects the domain layer with external systems or services.
@@ -233,13 +233,13 @@ The project architecture of `wayofdev/spiral-starter-tpl` follows a structured a
233233

234234
Each layer has defined dependencies, ensuring a clear separation of concerns and facilitating maintainability and scalability.
235235

236-
For more information check [deptrac.yaml](https://github.com/wayofdev/spiral-starter-tpl/blob/develop/app/deptrac.yaml) located in repository `app` folder.
236+
For more information check [deptrac.yaml](https://github.com/wayofdev/spiral-app-temporal-demo/blob/develop/app/deptrac.yaml) located in repository `app` folder.
237237

238238
<br>
239239

240240
## 🪄 Template
241241

242-
This project was generated from the [spiral/app](https://github.com/spiral/app) repository using the command: `composer create-project spiral/app spiral-starter-tpl` with the following selected options:
242+
This project was generated from the [spiral/app](https://github.com/spiral/app) repository using the command: `composer create-project spiral/app spiral-app-temporal-demo` with the following selected options:
243243

244244
<details>
245245
<summary>View Setup Options</summary>

0 commit comments

Comments
 (0)