Skip to content

Commit

Permalink
Merge pull request #7 from wayofdev/feat/initial-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Aug 8, 2023
2 parents f6a6be6 + 1fbd2f3 commit cbbec63
Show file tree
Hide file tree
Showing 6 changed files with 253 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
os: ubuntu-latest
branch: master
package-name: laravel-package-tpl
package-name: laravel-webhook-client
secrets:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

Expand Down
480 changes: 240 additions & 240 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
WHITE := ""
RST := ""
endif
MAKE_LOGFILE = /tmpwayofdev-laravel-package-tpl.log
MAKE_LOGFILE = /tmpwayofdev-laravel-webhook-client.log
MAKE_CMD_COLOR := $(BLUE)

default: all
Expand All @@ -47,7 +47,7 @@ help:
@echo
@echo ' 📑 Logs are stored in $(MAKE_LOGFILE)'
@echo
@echo ' 📦 Package laravel-package-tpl (github.com/wayofdev/laravel-package-tpl)'
@echo ' 📦 Package laravel-webhook-client (github.com/wayofdev/laravel-webhook-client)'
@echo ' 🤠 Author Andrij Orlenko (github.com/lotyp)'
@echo ' 🏢 ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}'
.PHONY: help
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<br>

<div align="center">
<a href="https://github.com/wayofdev/laravel-package-tpl/actions"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-package-tpl%2Fbadge&style=flat-square"/></a>
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/dt/wayofdev/laravel-package-tpl?&style=flat-square" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/v/wayofdev/laravel-package-tpl?&style=flat-square" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/l/wayofdev/laravel-package-tpl?style=flat-square&color=blue" alt="Software License"/></a>
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/laravel-package-tpl/latest?style=flat-square"></a>
<a href="https://github.com/wayofdev/laravel-webhook-client/actions"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-webhook-client%2Fbadge&style=flat-square"/></a>
<a href="https://packagist.org/packages/wayofdev/laravel-webhook-client"><img src="https://img.shields.io/packagist/dt/wayofdev/laravel-webhook-client?&style=flat-square" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/wayofdev/laravel-webhook-client"><img src="https://img.shields.io/packagist/v/wayofdev/laravel-webhook-client?&style=flat-square" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/wayofdev/laravel-webhook-client"><img src="https://img.shields.io/packagist/l/wayofdev/laravel-webhook-client?style=flat-square&color=blue" alt="Software License"/></a>
<a href="https://packagist.org/packages/wayofdev/laravel-webhook-client"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/laravel-webhook-client/latest?style=flat-square"></a>
</div>

<br>
Expand All @@ -35,7 +35,7 @@ If you **like/use** this package, please consider **starring** it. Thanks!
Require as dependency:

```bash
$ composer req wayofdev/laravel-package-tpl
$ composer req wayofdev/laravel-webhook-client
```

<br>
Expand Down Expand Up @@ -70,7 +70,7 @@ $ make cs-fix

## 🤝 License

[![Licence](https://img.shields.io/github/license/wayofdev/laravel-package-tpl?style=for-the-badge&color=blue)](./LICENSE)
[![Licence](https://img.shields.io/github/license/wayofdev/laravel-webhook-client?style=for-the-badge&color=blue)](./LICENSE)

<br>

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"homepage": "https://wayof.dev",
"support": {
"issues": "https://github.com/wayofdev/laravel-package-tpl/issues",
"source": "https://github.com/wayofdev/laravel-package-tpl"
"issues": "https://github.com/wayofdev/laravel-webhook-client/issues",
"source": "https://github.com/wayofdev/laravel-webhook-client"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0.2",
"repository": {
"url": "https://github.com/wayofdev/laravel-package-tpl.git"
"url": "https://github.com/wayofdev/laravel-webhook-client.git"
}
}

0 comments on commit cbbec63

Please sign in to comment.