Skip to content

Commit eae4fb8

Browse files
authoredJun 4, 2023
Initial commit
0 parents  commit eae4fb8

35 files changed

+12198
-0
lines changed
 

‎.editorconfig

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = space
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.{yml,yaml}]
15+
indent_size = 2
16+
17+
[Makefile]
18+
indent_style = tab

‎.github/CODE_OF_CONDUCT.md

+128
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our
6+
community a harassment-free experience for everyone, regardless of age, body
7+
size, visible or invisible disability, ethnicity, sex characteristics, gender
8+
identity and expression, level of experience, education, socio-economic status,
9+
nationality, personal appearance, race, religion, or sexual identity
10+
and orientation.
11+
12+
We pledge to act and interact in ways that contribute to an open, welcoming,
13+
diverse, inclusive, and healthy community.
14+
15+
## Our Standards
16+
17+
Examples of behavior that contributes to a positive environment for our
18+
community include:
19+
20+
* Demonstrating empathy and kindness toward other people
21+
* Being respectful of differing opinions, viewpoints, and experiences
22+
* Giving and gracefully accepting constructive feedback
23+
* Accepting responsibility and apologizing to those affected by our mistakes,
24+
and learning from the experience
25+
* Focusing on what is best not just for us as individuals, but for the
26+
overall community
27+
28+
Examples of unacceptable behavior include:
29+
30+
* The use of sexualized language or imagery, and sexual attention or
31+
advances of any kind
32+
* Trolling, insulting or derogatory comments, and personal or political attacks
33+
* Public or private harassment
34+
* Publishing others' private information, such as a physical or email
35+
address, without their explicit permission
36+
* Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
38+
39+
## Enforcement Responsibilities
40+
41+
Community leaders are responsible for clarifying and enforcing our standards of
42+
acceptable behavior and will take appropriate and fair corrective action in
43+
response to any behavior that they deem inappropriate, threatening, offensive,
44+
or harmful.
45+
46+
Community leaders have the right and responsibility to remove, edit, or reject
47+
comments, commits, code, wiki edits, issues, and other contributions that are
48+
not aligned to this Code of Conduct, and will communicate reasons for moderation
49+
decisions when appropriate.
50+
51+
## Scope
52+
53+
This Code of Conduct applies within all community spaces, and also applies when
54+
an individual is officially representing the community in public spaces.
55+
Examples of representing our community include using an official e-mail address,
56+
posting via an official social media account, or acting as an appointed
57+
representative at an online or offline event.
58+
59+
## Enforcement
60+
61+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62+
reported to the community leaders responsible for enforcement at
63+
the@wayof.dev.
64+
All complaints will be reviewed and investigated promptly and fairly.
65+
66+
All community leaders are obligated to respect the privacy and security of the
67+
reporter of any incident.
68+
69+
## Enforcement Guidelines
70+
71+
Community leaders will follow these Community Impact Guidelines in determining
72+
the consequences for any action they deem in violation of this Code of Conduct:
73+
74+
### 1. Correction
75+
76+
**Community Impact**: Use of inappropriate language or other behavior deemed
77+
unprofessional or unwelcome in the community.
78+
79+
**Consequence**: A private, written warning from community leaders, providing
80+
clarity around the nature of the violation and an explanation of why the
81+
behavior was inappropriate. A public apology may be requested.
82+
83+
### 2. Warning
84+
85+
**Community Impact**: A violation through a single incident or series
86+
of actions.
87+
88+
**Consequence**: A warning with consequences for continued behavior. No
89+
interaction with the people involved, including unsolicited interaction with
90+
those enforcing the Code of Conduct, for a specified period of time. This
91+
includes avoiding interactions in community spaces as well as external channels
92+
like social media. Violating these terms may lead to a temporary or
93+
permanent ban.
94+
95+
### 3. Temporary Ban
96+
97+
**Community Impact**: A serious violation of community standards, including
98+
sustained inappropriate behavior.
99+
100+
**Consequence**: A temporary ban from any sort of interaction or public
101+
communication with the community for a specified period of time. No public or
102+
private interaction with the people involved, including unsolicited interaction
103+
with those enforcing the Code of Conduct, is allowed during this period.
104+
Violating these terms may lead to a permanent ban.
105+
106+
### 4. Permanent Ban
107+
108+
**Community Impact**: Demonstrating a pattern of violation of community
109+
standards, including sustained inappropriate behavior, harassment of an
110+
individual, or aggression toward or disparagement of classes of individuals.
111+
112+
**Consequence**: A permanent ban from any sort of public interaction within
113+
the community.
114+
115+
## Attribution
116+
117+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118+
version 2.0, available at
119+
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
120+
121+
Community Impact Guidelines were inspired by [Mozilla's code of conduct
122+
enforcement ladder](https://github.com/mozilla/diversity).
123+
124+
[homepage]: https://www.contributor-covenant.org
125+
126+
For answers to common questions about this code of conduct, see the FAQ at
127+
https://www.contributor-covenant.org/faq. Translations are available at
128+
https://www.contributor-covenant.org/translations.

‎.github/FUNDING.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
3+
github: wayofdev
4+
5+
...

‎.github/ISSUE_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#### Steps required to reproduce the problem
2+
3+
1.
4+
2.
5+
3.
6+
7+
#### Expected Result
8+
9+
*
10+
11+
#### Actual Result
12+
13+
*

‎.github/labeler.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
# this file is for the labeler workflow job
4+
# Documentation https://github.com/marketplace/actions/labeler
5+
6+
'type: documentation':
7+
- assets/**/*
8+
- .github/*
9+
- ./*.md
10+
11+
'type: maintenance':
12+
- .github/**/*
13+
- tests/**/*
14+
15+
...

‎.github/workflows/apply-labels.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
3+
# This workflow will triage pull requests and apply a label based on the
4+
# paths that are modified in the pull request.
5+
#
6+
# To use this workflow, you will need to set up a .github/labeler.yml
7+
# file with configuration. For more information, see:
8+
# https://github.com/actions/labeler/blob/master/README.md
9+
10+
on: # yamllint disable-line rule:truthy
11+
pull_request:
12+
13+
name: 🏷️ Add labels
14+
15+
jobs:
16+
label:
17+
uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@master
18+
with:
19+
os: ubuntu-latest
20+
secrets:
21+
token: ${{ secrets.GITHUB_TOKEN }}
22+
23+
...
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
3+
# https://github.com/peter-evans/enable-pull-request-automerge
4+
5+
on: # yamllint disable-line rule:truthy
6+
pull_request:
7+
8+
permissions:
9+
pull-requests: write
10+
contents: write
11+
12+
name: 🤞 Auto merge release
13+
14+
jobs:
15+
auto-merge:
16+
uses: wayofdev/gh-actions/.github/workflows/auto-merge-release.yml@master
17+
with:
18+
os: ubuntu-latest
19+
pull-request-number: ${{ github.event.pull_request.number }}
20+
actor: lotyp
21+
merge-method: merge
22+
secrets:
23+
# to trigger other workflows, pass PAT token instead of GITHUB_TOKEN
24+
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
25+
26+
...

‎.github/workflows/ci.yml

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
3+
on: # yamllint disable-line rule:truthy
4+
pull_request:
5+
branches:
6+
- master
7+
8+
name: 🔍 Continuous integration
9+
10+
jobs:
11+
integration:
12+
runs-on: ${{ matrix.os }}
13+
strategy:
14+
fail-fast: true
15+
matrix:
16+
os: ["ubuntu-22.04"]
17+
php: ["8.2"]
18+
19+
steps:
20+
- name: 📦 Check out the codebase
21+
uses: actions/checkout@v3
22+
23+
- name: 🛠️ Setup PHP
24+
uses: shivammathur/setup-php@v2
25+
with:
26+
php-version: ${{ matrix.php }}
27+
extensions: mbstring, fileinfo
28+
ini-values: error_reporting=E_ALL
29+
tools: composer:v2, pecl
30+
coverage: xdebug
31+
32+
- name: 🛠️ Setup problem matchers
33+
run: |
34+
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
35+
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
36+
37+
- name: ♻️ Restore cached dependencies
38+
id: cached-composer-dependencies
39+
uses: actions/cache@v3
40+
with:
41+
path: vendor
42+
key: vendor-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-${{ matrix.php }}
43+
44+
- name: 📥 Install dependencies
45+
if: steps.cached-composer-dependencies.outputs.cache-hit != 'true'
46+
run: composer install
47+
48+
- name: 🛠️ Prepare environment
49+
run: |
50+
mkdir -p ./.build/php-cs-fixer
51+
mkdir -p ./.build/phpstan
52+
mkdir -p ./.build/phpunit
53+
54+
- name: 🚨 Run coding standards task
55+
run: composer cs:diff
56+
env:
57+
PHP_CS_FIXER_IGNORE_ENV: true
58+
59+
- name: 🧪 Execute phpunit and pest tests
60+
run: composer test:cc
61+
62+
- name: 🔍 Run static analysis using phpstan
63+
run: composer stan:ci
64+
65+
- name: 📤 Upload coverage report to Codecov
66+
uses: codecov/codecov-action@v3
67+
with:
68+
token: ${{ secrets.CODECOV_TOKEN }}
69+
files: ./coverage.xml
70+
verbose: true
71+
72+
...
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
3+
# This workflow was added by CodeSee. Learn more at https://codesee.io/
4+
# This is v2.0 of this workflow file
5+
6+
on: # yamllint disable-line rule:truthy
7+
push:
8+
branches:
9+
- develop
10+
pull_request_target:
11+
types:
12+
- opened
13+
- synchronize
14+
- reopened
15+
16+
name: 🤖 CodeSee
17+
18+
permissions: read-all
19+
20+
jobs:
21+
codesee:
22+
uses: wayofdev/gh-actions/.github/workflows/create-arch-diagram.yml@master
23+
with:
24+
os: ubuntu-latest
25+
continue-on-error: true
26+
secrets:
27+
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
28+
29+
...

‎.github/workflows/create-release.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
3+
# https://github.com/wayofdev/gh-actions/blob/master/.github/workflows/create-release.yml
4+
# https://github.com/google-github-actions/release-please-action#release-types-supported
5+
6+
on: # yamllint disable-line rule:truthy
7+
push:
8+
branches:
9+
- master
10+
11+
name: 📦 Create release
12+
13+
jobs:
14+
release:
15+
uses: wayofdev/gh-actions/.github/workflows/create-release.yml@master
16+
with:
17+
os: ubuntu-latest
18+
branch: master
19+
package-name: laravel-package-tpl
20+
secrets:
21+
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
22+
23+
...

‎.github/workflows/shellcheck.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
3+
on: # yamllint disable-line rule:truthy
4+
pull_request:
5+
6+
name: 🐞 Differential shell-check
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
shellcheck:
13+
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@master
14+
with:
15+
os: ubuntu-latest
16+
severity: warning
17+
secrets:
18+
token: ${{ secrets.GITHUB_TOKEN }}
19+
20+
...

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor/
2+
/.build/

‎.php-cs-fixer.dist.php

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
use WayOfDev\PhpCsFixer\Config\ConfigBuilder;
6+
use WayOfDev\PhpCsFixer\Config\RuleSets\DefaultSet;
7+
8+
require_once 'vendor/autoload.php';
9+
10+
$config = ConfigBuilder::createFromRuleSet(new DefaultSet(['static_lambda' => false]))
11+
->inDir(__DIR__ . '/src')
12+
->inDir(__DIR__ . '/config')
13+
->inDir(__DIR__ . '/tests')
14+
->addFiles([__FILE__])
15+
->getConfig()
16+
;
17+
18+
$config->setCacheFile(__DIR__ . '/.build/php-cs-fixer/php-cs-fixer.cache');
19+
20+
return $config;

‎.pre-commit-config.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
3+
repos:
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v4.4.0
6+
hooks:
7+
- id: trailing-whitespace
8+
- id: end-of-file-fixer
9+
- id: check-added-large-files
10+
- id: fix-encoding-pragma
11+
12+
- repo: https://github.com/commitizen-tools/commitizen
13+
rev: v2.42.1
14+
hooks:
15+
- id: commitizen
16+
stages:
17+
- commit-msg
18+
19+
...

‎.yamllint.yaml

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
3+
extends: "default"
4+
5+
ignore: |
6+
.build/
7+
vendor/
8+
9+
# Overwrite above default rules
10+
rules:
11+
braces:
12+
# Defaults
13+
# min-spaces-inside: 0
14+
# max-spaces-inside: 0
15+
16+
# Keep 0 min-spaces to not error on empty {} collection definitions
17+
min-spaces-inside: 0
18+
19+
# Allow one space inside braces to improve code readability
20+
max-spaces-inside: 1
21+
22+
brackets:
23+
# Defaults
24+
# min-spaces-inside: 0
25+
# max-spaces-inside: 0
26+
27+
# Keep 0 min-spaces to not error on empty [] collection definitions
28+
min-spaces-inside: 0
29+
30+
# Allow one space inside braces to improve code readability
31+
max-spaces-inside: 1
32+
33+
colons:
34+
# Defaults
35+
# min-spaces-before: 0
36+
# max-spaces-after: 1
37+
38+
# Allow multiple spaces after a colon to allow indentation of YAML
39+
# dictionary values
40+
max-spaces-after: -1
41+
42+
commas:
43+
# Defaults
44+
# max-spaces-after: 1
45+
46+
# Allow multiple spaces after a comma to allow indentation of YAML
47+
# dictionary values
48+
max-spaces-after: -1
49+
50+
comments:
51+
require-starting-space: true
52+
min-spaces-from-content: 1
53+
54+
yaml-files:
55+
- "*.yaml"
56+
- "*.yml"
57+
58+
...

‎CHANGELOG.md

+346
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,346 @@
1+
# Changelog
2+
3+
## [2.1.0](https://github.com/wayofdev/laravel-package-tpl/compare/v2.0.3...v2.1.0) (2023-06-04)
4+
5+
6+
### Features
7+
8+
* bump php version to 8.2 ([cbb5733](https://github.com/wayofdev/laravel-package-tpl/commit/cbb57332db249c74dbae4406f064943d5cd9896a))
9+
* split testing directory ([364acab](https://github.com/wayofdev/laravel-package-tpl/commit/364acabe8c5bef19e01434d65029a13218068a4d))
10+
* split testing directory ([e5f8e9d](https://github.com/wayofdev/laravel-package-tpl/commit/e5f8e9d0da949827b8e1590223917a4fd5c80063))
11+
12+
## [2.0.3](https://github.com/wayofdev/laravel-package-tpl/compare/v2.0.2...v2.0.3) (2023-06-02)
13+
14+
15+
### Miscellaneous
16+
17+
* **deps:** update dependency pestphp/pest to v2.6.2 ([9659689](https://github.com/wayofdev/laravel-package-tpl/commit/96596899abebe11423a0a5551f0b7018dcfe666b))
18+
19+
## [2.0.2](https://github.com/wayofdev/laravel-package-tpl/compare/v2.0.1...v2.0.2) (2023-06-02)
20+
21+
22+
### Miscellaneous
23+
24+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.7 ([1e989e0](https://github.com/wayofdev/laravel-package-tpl/commit/1e989e03168fc32e16a1a95cf847acd815dfc896))
25+
26+
## [2.0.1](https://github.com/wayofdev/laravel-package-tpl/compare/v2.0.0...v2.0.1) (2023-05-30)
27+
28+
29+
### Miscellaneous
30+
31+
* **deps:** update dependency orchestra/testbench to v8.5.5 ([c077ef0](https://github.com/wayofdev/laravel-package-tpl/commit/c077ef0a410f6755a137002d9ab828bc131686e2))
32+
33+
## [2.0.0](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.38...v2.0.0) (2023-05-30)
34+
35+
36+
### ⚠ BREAKING CHANGES
37+
38+
* update template
39+
40+
### Features
41+
42+
* update template ([9c83764](https://github.com/wayofdev/laravel-package-tpl/commit/9c837642abf47d7afdddfa280fd97121da902a36))
43+
44+
45+
### Bug Fixes
46+
47+
* ci commands ([bb712eb](https://github.com/wayofdev/laravel-package-tpl/commit/bb712eb02d4c81af2f6d76e18dc033a478f58bc5))
48+
49+
## [1.1.38](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.37...v1.1.38) (2023-05-28)
50+
51+
52+
### Miscellaneous
53+
54+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.6 ([7299e55](https://github.com/wayofdev/laravel-package-tpl/commit/7299e553f23f58296701596b499cfe97f150353f))
55+
56+
## [1.1.37](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.36...v1.1.37) (2023-05-28)
57+
58+
59+
### Miscellaneous
60+
61+
* **deps:** update dependency phpstan/phpstan-phpunit to v1.3.13 ([514282a](https://github.com/wayofdev/laravel-package-tpl/commit/514282ab04d1dc2a6f531a35f3799f97a94b5b19))
62+
63+
## [1.1.36](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.35...v1.1.36) (2023-05-24)
64+
65+
66+
### Miscellaneous
67+
68+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.5 ([38ec8ef](https://github.com/wayofdev/laravel-package-tpl/commit/38ec8ef5cc5820ee7088c1cddf49cec0a9945ba7))
69+
70+
## [1.1.35](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.34...v1.1.35) (2023-05-24)
71+
72+
73+
### Miscellaneous
74+
75+
* **deps:** update dependency phpstan/extension-installer to v1.3.1 ([90887f1](https://github.com/wayofdev/laravel-package-tpl/commit/90887f1c24a454bae351ff680a5cf98f15574b9a))
76+
77+
## [1.1.34](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.33...v1.1.34) (2023-05-24)
78+
79+
80+
### Miscellaneous
81+
82+
* **deps:** update dependency orchestra/testbench to v8.5.4 ([88c8643](https://github.com/wayofdev/laravel-package-tpl/commit/88c86431122b67475b8f2a5e8f58269ac4ac5744))
83+
84+
## [1.1.33](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.32...v1.1.33) (2023-05-23)
85+
86+
87+
### Miscellaneous
88+
89+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.4 ([61d53b3](https://github.com/wayofdev/laravel-package-tpl/commit/61d53b37bbc4d913c755da9b9a3be707f74127b7))
90+
91+
## [1.1.32](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.31...v1.1.32) (2023-05-23)
92+
93+
94+
### Miscellaneous
95+
96+
* **deps:** update dependency phpstan/phpstan-phpunit to v1.3.12 ([98c67f2](https://github.com/wayofdev/laravel-package-tpl/commit/98c67f20fbdadfc2c3f4d705285e3d1c0f5c2281))
97+
98+
## [1.1.31](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.30...v1.1.31) (2023-05-23)
99+
100+
101+
### Miscellaneous
102+
103+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.3 ([6321dcc](https://github.com/wayofdev/laravel-package-tpl/commit/6321dcc816d9e45dbc580a175eb3e7b7a95163b9))
104+
105+
## [1.1.30](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.29...v1.1.30) (2023-05-17)
106+
107+
108+
### Miscellaneous
109+
110+
* **deps:** update dependency pestphp/pest to v2.6.1 ([fff3cc6](https://github.com/wayofdev/laravel-package-tpl/commit/fff3cc6c4741669811290f5aa2bf4c34e5121e3c))
111+
112+
## [1.1.29](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.28...v1.1.29) (2023-05-16)
113+
114+
115+
### Miscellaneous
116+
117+
* **deps:** update dependency orchestra/testbench to v8.5.3 ([f018848](https://github.com/wayofdev/laravel-package-tpl/commit/f018848a40774e981f54d326b3ffa9c5694a93b6))
118+
119+
## [1.1.28](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.27...v1.1.28) (2023-05-11)
120+
121+
122+
### Miscellaneous
123+
124+
* **deps:** update dependency phpunit/phpunit to v10.1.3 ([8e3baac](https://github.com/wayofdev/laravel-package-tpl/commit/8e3baac01881078ff0b33bc3930912a50654a09b))
125+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.2 ([b177302](https://github.com/wayofdev/laravel-package-tpl/commit/b17730256d4c50d63cc405f5f9d87bbff043a4a5))
126+
127+
## [1.1.27](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.26...v1.1.27) (2023-05-09)
128+
129+
130+
### Miscellaneous
131+
132+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.1 ([ac84f45](https://github.com/wayofdev/laravel-package-tpl/commit/ac84f458fa72d2d06f641d949aae97fef470e08d))
133+
134+
## [1.1.26](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.25...v1.1.26) (2023-05-09)
135+
136+
137+
### Miscellaneous
138+
139+
* **deps:** update dependency phpstan/phpstan to v1.10.15 ([ec24a99](https://github.com/wayofdev/laravel-package-tpl/commit/ec24a9900515da8270c58c33cfb22133773dab3c))
140+
141+
## [1.1.25](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.24...v1.1.25) (2023-05-09)
142+
143+
144+
### Miscellaneous
145+
146+
* **deps:** update dependency orchestra/testbench to v8.5.2 ([ee85289](https://github.com/wayofdev/laravel-package-tpl/commit/ee85289388d964c14af4155244601681eba7e9b6))
147+
148+
## [1.1.24](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.23...v1.1.24) (2023-05-02)
149+
150+
151+
### Miscellaneous
152+
153+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.0 ([fd09205](https://github.com/wayofdev/laravel-package-tpl/commit/fd09205370a6c79b30746e15c2f7c4acf2a0b1fb))
154+
155+
## [1.1.23](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.22...v1.1.23) (2023-05-02)
156+
157+
158+
### Miscellaneous
159+
160+
* **deps:** update dependency ergebnis/composer-normalize to v2.31.0 ([06e34bc](https://github.com/wayofdev/laravel-package-tpl/commit/06e34bc9d780a75c2fd2050e0f825686a0d144d0))
161+
162+
## [1.1.22](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.21...v1.1.22) (2023-05-02)
163+
164+
165+
### Miscellaneous
166+
167+
* **deps:** update dependency pestphp/pest to v2.6.0 ([3629f93](https://github.com/wayofdev/laravel-package-tpl/commit/3629f93879a3aa6909b8657907edc5a9807ac1fe))
168+
169+
## [1.1.21](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.20...v1.1.21) (2023-05-01)
170+
171+
172+
### Miscellaneous
173+
174+
* **deps:** update dependency phpunit/phpunit to v10.1.2 ([aff909f](https://github.com/wayofdev/laravel-package-tpl/commit/aff909f430c31160c5fdd7c0c4eee5c7bb3ebfb1))
175+
176+
## [1.1.20](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.19...v1.1.20) (2023-04-28)
177+
178+
179+
### Bug Fixes
180+
181+
* **deps:** update dependency nunomaduro/collision to v7.5.2 ([f05ab29](https://github.com/wayofdev/laravel-package-tpl/commit/f05ab290cf39ed0e14eb200592db9a28e9295cb1))
182+
183+
## [1.1.19](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.18...v1.1.19) (2023-04-27)
184+
185+
186+
### Bug Fixes
187+
188+
* **deps:** update dependency spatie/laravel-package-tools to v1.15.0 ([f5c4389](https://github.com/wayofdev/laravel-package-tpl/commit/f5c43890cfa15b6a759dbe979bc49bcfa9f78b19))
189+
190+
## [1.1.18](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.17...v1.1.18) (2023-04-25)
191+
192+
193+
### Bug Fixes
194+
195+
* **deps:** update dependency spatie/laravel-package-tools to v1.14.3 ([f328fbe](https://github.com/wayofdev/laravel-package-tpl/commit/f328fbe9bc5686721f6681117bf8820b03099018))
196+
197+
## [1.1.17](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.16...v1.1.17) (2023-04-25)
198+
199+
200+
### Miscellaneous
201+
202+
* **deps:** update dependency orchestra/testbench to v8.5.1 ([d15054b](https://github.com/wayofdev/laravel-package-tpl/commit/d15054b10c0d21d2cd6aaba038a53b012ef3cc53))
203+
204+
## [1.1.16](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.15...v1.1.16) (2023-04-23)
205+
206+
207+
### Miscellaneous
208+
209+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.1.19 ([08a4ea7](https://github.com/wayofdev/laravel-package-tpl/commit/08a4ea736593ff8ca7f266e4824fbf937d0470e9))
210+
211+
## [1.1.15](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.14...v1.1.15) (2023-04-22)
212+
213+
214+
### Miscellaneous
215+
216+
* **deps:** update dependency pestphp/pest to v2.5.3 ([1912b0d](https://github.com/wayofdev/laravel-package-tpl/commit/1912b0d7eb3b4f882c667f1b24ea8369470ba445))
217+
218+
## [1.1.14](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.13...v1.1.14) (2023-04-22)
219+
220+
221+
### Miscellaneous
222+
223+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.1.18 ([819e524](https://github.com/wayofdev/laravel-package-tpl/commit/819e524ab91516a691993deb7f0e648b9bf94c1c))
224+
225+
## [1.1.13](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.12...v1.1.13) (2023-04-20)
226+
227+
228+
### Miscellaneous
229+
230+
* **deps:** update dependency nunomaduro/larastan to v2.6.0 ([ba08bf5](https://github.com/wayofdev/laravel-package-tpl/commit/ba08bf55cabc4cb198c7c23b171ab62658271b65))
231+
232+
## [1.1.12](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.11...v1.1.12) (2023-04-20)
233+
234+
235+
### Miscellaneous
236+
237+
* **deps:** update dependency nunomaduro/larastan to v2.5.2 ([ef0b16e](https://github.com/wayofdev/laravel-package-tpl/commit/ef0b16e8f323a370dcc8f9dc8dbaf4f339d533ea))
238+
239+
## [1.1.11](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.10...v1.1.11) (2023-04-19)
240+
241+
242+
### Miscellaneous
243+
244+
* **deps:** update dependency phpstan/phpstan to v1.10.14 ([2efbd9f](https://github.com/wayofdev/laravel-package-tpl/commit/2efbd9f29a702df70676a0334a49aaf1491839a8))
245+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.1.17 ([c5dff1f](https://github.com/wayofdev/laravel-package-tpl/commit/c5dff1f7efbe4dee67b019d5a68052d4d8425b35))
246+
247+
## [1.1.10](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.9...v1.1.10) (2023-04-19)
248+
249+
250+
### Miscellaneous
251+
252+
* **deps:** update dependency pestphp/pest to v2.5.2 ([23a7395](https://github.com/wayofdev/laravel-package-tpl/commit/23a7395d6f46deb7fd030712098c9f8808810ee7))
253+
254+
## [1.1.9](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.8...v1.1.9) (2023-04-18)
255+
256+
257+
### Miscellaneous
258+
259+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.1.16 ([45dba9f](https://github.com/wayofdev/laravel-package-tpl/commit/45dba9f41b5f021b08cddf1a55c0d64691fc3dc2))
260+
261+
## [1.1.8](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.7...v1.1.8) (2023-04-18)
262+
263+
264+
### Miscellaneous
265+
266+
* **deps:** update dependency phpstan/extension-installer to v1.3.0 ([2624463](https://github.com/wayofdev/laravel-package-tpl/commit/2624463739d263f18c0af69115fb9eff5afd2fea))
267+
268+
## [1.1.7](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.6...v1.1.7) (2023-04-18)
269+
270+
271+
### Miscellaneous
272+
273+
* **deps:** update dependency orchestra/testbench to v8.5.0 ([bddc8c0](https://github.com/wayofdev/laravel-package-tpl/commit/bddc8c0b39b7a137cf4154279bd2d4c3cf49caab))
274+
275+
## [1.1.6](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.5...v1.1.6) (2023-04-18)
276+
277+
278+
### Miscellaneous
279+
280+
* **deps:** update dependency pestphp/pest to v2.5.1 ([215e0f3](https://github.com/wayofdev/laravel-package-tpl/commit/215e0f30ed749f6f6d481c8eaed9d6e2f30f081a))
281+
282+
## [1.1.5](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.4...v1.1.5) (2023-04-18)
283+
284+
285+
### Miscellaneous
286+
287+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.1.15 ([eb3f308](https://github.com/wayofdev/laravel-package-tpl/commit/eb3f3083b182e1763f01ad7009a2e0c14fd9ecc2))
288+
289+
## [1.1.4](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.3...v1.1.4) (2023-04-14)
290+
291+
292+
### Bug Fixes
293+
294+
* **deps:** update dependency nunomaduro/collision to v7.5.0 ([135bc20](https://github.com/wayofdev/laravel-package-tpl/commit/135bc20830ef05a90592cbf5a6adf38ccdd39bdc))
295+
296+
## [1.1.3](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.2...v1.1.3) (2023-04-14)
297+
298+
299+
### Miscellaneous
300+
301+
* **deps:** update dependency orchestra/testbench to v8.4.0 ([0c24a4a](https://github.com/wayofdev/laravel-package-tpl/commit/0c24a4acd1daa09456c23c3a8fc782292f845c00))
302+
303+
## [1.1.2](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.1...v1.1.2) (2023-04-14)
304+
305+
306+
### Miscellaneous
307+
308+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.1.14 ([3014033](https://github.com/wayofdev/laravel-package-tpl/commit/30140331dbe5ca7488fc31acc1fdf038d005a2b7))
309+
310+
## [1.1.1](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.0...v1.1.1) (2023-04-14)
311+
312+
313+
### Miscellaneous
314+
315+
* **deps:** update dependency phpunit/phpunit to v10.1.0 ([a643e52](https://github.com/wayofdev/laravel-package-tpl/commit/a643e52e9763eae814e83e0e375252f0fb7480e7))
316+
317+
## [1.1.0](https://github.com/wayofdev/laravel-package-tpl/compare/v1.0.0...v1.1.0) (2023-04-13)
318+
319+
320+
### Features
321+
322+
* enable aut-merge ([cad52af](https://github.com/wayofdev/laravel-package-tpl/commit/cad52af89927500ae9320b9f2fd050d91d935dfb))
323+
* new github workflow ([2d4695f](https://github.com/wayofdev/laravel-package-tpl/commit/2d4695f148cbc99c9146ca2a9f8caa408825ce3a))
324+
325+
326+
### Bug Fixes
327+
328+
* run against gh user ([95331ff](https://github.com/wayofdev/laravel-package-tpl/commit/95331ff6744dbb71af9773706f5256dfc02fbf10))
329+
330+
331+
### Miscellaneous
332+
333+
* **deps:** update dependency phpstan/phpstan to v1.10.13 ([faba56b](https://github.com/wayofdev/laravel-package-tpl/commit/faba56bb758427db7b9a2b13da4d97ee8e3150ea))
334+
* **deps:** update dependency wayofdev/cs-fixer-config to v1.1.13 ([ee61cb2](https://github.com/wayofdev/laravel-package-tpl/commit/ee61cb2e0983105074cd26d195f2acc5da70d6bc))
335+
336+
## 1.0.0 (2022-07-16)
337+
338+
339+
### Features
340+
341+
* adding template code ([e758c21](https://github.com/wayofdev/laravel-package-tpl/commit/e758c218d71d637bd60a659254dd4eb9b82d5478))
342+
343+
344+
### Bug Fixes
345+
346+
* stan fixes ([1982e4a](https://github.com/wayofdev/laravel-package-tpl/commit/1982e4a14171c5a867d0a7fe23dddc7741f28549))

‎LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2022 "lotyp, Andrij Orlenko"<the@wayof.dev>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

‎Makefile

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
# leave empty to disable
2+
# -v - verbose;
3+
# -vv - more details
4+
# -vvv - enable connection debugging
5+
DEBUG_VERBOSITY ?=
6+
7+
DOCKER_CMD =
8+
9+
COMPOSER_RUN = $(DOCKER_CMD) composer
10+
11+
# https://phpstan.org/user-guide/output-format
12+
export PHPSTAN_OUTPUT_FORMAT ?= table
13+
14+
# Self documenting Makefile code
15+
# ------------------------------------------------------------------------------------
16+
ifneq ($(TERM),)
17+
BLACK := $(shell tput setaf 0)
18+
RED := $(shell tput setaf 1)
19+
GREEN := $(shell tput setaf 2)
20+
YELLOW := $(shell tput setaf 3)
21+
LIGHTPURPLE := $(shell tput setaf 4)
22+
PURPLE := $(shell tput setaf 5)
23+
BLUE := $(shell tput setaf 6)
24+
WHITE := $(shell tput setaf 7)
25+
RST := $(shell tput sgr0)
26+
else
27+
BLACK := ""
28+
RED := ""
29+
GREEN := ""
30+
YELLOW := ""
31+
LIGHTPURPLE := ""
32+
PURPLE := ""
33+
BLUE := ""
34+
WHITE := ""
35+
RST := ""
36+
endif
37+
MAKE_LOGFILE = /tmpwayofdev-laravel-package-tpl.log
38+
MAKE_CMD_COLOR := $(BLUE)
39+
40+
default: all
41+
42+
help:
43+
@echo 'Management commands for package:'
44+
@echo 'Usage:'
45+
@echo ' ${MAKE_CMD_COLOR}make${RST} Setups dependencies for fresh-project, like composer install, git hooks and others...'
46+
@grep -E '^[a-zA-Z_0-9%-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " ${MAKE_CMD_COLOR}make %-21s${RST} %s\n", $$1, $$2}'
47+
@echo
48+
@echo ' 📑 Logs are stored in $(MAKE_LOGFILE)'
49+
@echo
50+
@echo ' 📦 Package laravel-package-tpl (github.com/wayofdev/laravel-package-tpl)'
51+
@echo ' 🤠 Author Andrij Orlenko (github.com/lotyp)'
52+
@echo ' 🏢 ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}'
53+
.PHONY: help
54+
55+
.EXPORT_ALL_VARIABLES:
56+
57+
58+
# Default action
59+
# Defines default command when `make` is executed without additional parameters
60+
# ------------------------------------------------------------------------------------
61+
all: install hooks
62+
.PHONY: all
63+
64+
65+
# System Actions
66+
# ------------------------------------------------------------------------------------
67+
prepare:
68+
mkdir -p .build/php-cs-fixer
69+
.PHONY: prepare
70+
71+
72+
# Composer
73+
# ------------------------------------------------------------------------------------
74+
install: ## Installs composer dependencies
75+
$(COMPOSER_RUN) install
76+
.PHONY: install
77+
78+
update: ## Updates composer dependencies by running composer update command
79+
$(COMPOSER_RUN) update
80+
.PHONY: update
81+
82+
83+
# Code Quality, Git, Linting, Testing
84+
# ------------------------------------------------------------------------------------
85+
hooks: ## Install git hooks from pre-commit-config
86+
pre-commit install
87+
pre-commit autoupdate
88+
.PHONY: hooks
89+
90+
lint-yaml: ## Lints yaml files inside project
91+
yamllint .
92+
.PHONY: lint-yaml
93+
94+
lint-php: prepare ## Fixes code to follow coding standards using php-cs-fixer
95+
$(COMPOSER_RUN) cs:fix
96+
.PHONY: lint-php
97+
98+
lint-diff: prepare ## Runs php-cs-fixer in dry-run mode and shows diff which will by applied
99+
$(COMPOSER_RUN) cs:diff
100+
.PHONY: lint-diff
101+
102+
lint-stan: ## Runs phpstan – static analysis tool
103+
$(COMPOSER_RUN) stan
104+
.PHONY: lint-stan
105+
106+
lint-stan-ci:
107+
$(COMPOSER_RUN) stan:ci
108+
.PHONY: lint-stan-ci
109+
110+
test: ## Run project php-unit and pest tests
111+
$(COMPOSER_RUN) test
112+
.PHONY: test
113+
114+
test-cc: ## Run project php-unit and pest tests in coverage mode and build report
115+
$(COMPOSER_RUN) test:cc
116+
.PHONY: test-cc

‎README.md

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<br>
2+
3+
<div align="center">
4+
<img width="456" src="https://raw.githubusercontent.com/wayofdev/ansible-role-tpl/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only">
5+
<img width="456" src="https://raw.githubusercontent.com/wayofdev/ansible-role-tpl/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only">
6+
</div>
7+
8+
9+
<br>
10+
11+
<br>
12+
13+
<div align="center">
14+
<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>
15+
<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>
16+
<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>
17+
<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>
18+
<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>
19+
</div>
20+
21+
<br>
22+
23+
# Laravel Package Template
24+
25+
This is minimal Laravel template which is used by other PHP projects in wayofdev organization.
26+
27+
If you **like/use** this package, please consider **starring** it. Thanks!
28+
29+
![Screenshot](assets/screenshot.png)
30+
31+
## 💿 Installation
32+
33+
### → Using composer
34+
35+
Require as dependency:
36+
37+
```bash
38+
$ composer req wayofdev/laravel-package-tpl
39+
```
40+
41+
<br>
42+
43+
## 🧪 Running Tests
44+
45+
### → PHPUnit tests
46+
47+
To run tests, run the following command:
48+
49+
```bash
50+
$ make test
51+
```
52+
53+
### → Static Analysis
54+
55+
Code quality using PHPStan:
56+
57+
```bash
58+
$ make stan
59+
```
60+
61+
### → Coding Standards Fixing
62+
63+
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
64+
65+
```bash
66+
$ make cs-fix
67+
```
68+
69+
<br>
70+
71+
## 🤝 License
72+
73+
[![Licence](https://img.shields.io/github/license/wayofdev/laravel-package-tpl?style=for-the-badge&color=blue)](./LICENSE)
74+
75+
<br>
76+
77+
## 🙆🏼‍♂️ Author Information
78+
79+
Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)
80+
81+
<br>

‎assets/logo.gh-dark-mode-only.png

9.98 KB
Loading

‎assets/logo.gh-light-mode-only.png

12.4 KB
Loading

‎assets/screenshot.png

485 KB
Loading

‎composer.json

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
{
2+
"name": "wayofdev/laravel-package-tpl",
3+
"description": "PHP package template with GitHub Actions",
4+
"type": "library",
5+
"license": "MIT",
6+
"homepage": "https://wayof.dev",
7+
"support": {
8+
"issues": "https://github.com/wayofdev/laravel-package-tpl/issues",
9+
"source": "https://github.com/wayofdev/laravel-package-tpl"
10+
},
11+
"authors": [
12+
{
13+
"name": "lotyp",
14+
"email": "the@wayof.dev"
15+
}
16+
],
17+
"require": {
18+
"php": "^8.2",
19+
"illuminate/contracts": "^v10.13"
20+
},
21+
"require-dev": {
22+
"ergebnis/composer-normalize": "^2.31",
23+
"nunomaduro/larastan": "^2.6",
24+
"orchestra/testbench": "^8.5",
25+
"pestphp/pest": "^2.6",
26+
"pestphp/pest-plugin-laravel": "^2.0.0",
27+
"phpstan/extension-installer": "^1.3",
28+
"phpstan/phpstan": "^1.10",
29+
"phpstan/phpstan-deprecation-rules": "^1.1",
30+
"phpstan/phpstan-phpunit": "^1.3",
31+
"phpstan/phpstan-strict-rules": "^1.5",
32+
"phpunit/phpunit": "^10.2",
33+
"roave/security-advisories": "dev-latest",
34+
"wayofdev/cs-fixer-config": "^1.2"
35+
},
36+
"autoload": {
37+
"psr-4": {
38+
"WayOfDev\\Package\\": "src/"
39+
}
40+
},
41+
"autoload-dev": {
42+
"psr-4": {
43+
"WayOfDev\\Package\\App\\": "tests/app/",
44+
"WayOfDev\\Package\\Tests\\": "tests/src/"
45+
}
46+
},
47+
"scripts": {
48+
"cs:fix": "php vendor/bin/php-cs-fixer fix -v",
49+
"cs:diff": "php vendor/bin/php-cs-fixer fix --dry-run -v --diff",
50+
"test": "XDEBUG_MODE=coverage php vendor/bin/pest",
51+
"test:cc": "XDEBUG_MODE=coverage php vendor/bin/pest --coverage",
52+
"stan": "php vendor/bin/phpstan analyse --memory-limit=2G",
53+
"stan:ci": "php vendor/bin/phpstan analyse --memory-limit=2G --error-format=github"
54+
},
55+
"config": {
56+
"sort-packages": true,
57+
"allow-plugins": {
58+
"ergebnis/composer-normalize": true,
59+
"phpstan/extension-installer": true,
60+
"pestphp/pest-plugin": true
61+
}
62+
},
63+
"extra": {
64+
"laravel": {
65+
"providers": [
66+
"WayOfDev\\Package\\Bridge\\Laravel\\Providers\\PackageServiceProvider"
67+
]
68+
},
69+
"composer-normalize": {
70+
"indent-size": 4,
71+
"indent-style": "space"
72+
}
73+
}
74+
}

‎composer.lock

+10,965
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎config/package.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
return [
6+
// config for WayOfDev\Laravel\Package
7+
];

‎package.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "2.1.0",
3+
"repository": {
4+
"url": "https://github.com/wayofdev/laravel-package-tpl.git"
5+
}
6+
}

‎phpstan-baseline.neon

Whitespace-only changes.

‎phpstan.neon.dist

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
includes:
2+
- phpstan-baseline.neon
3+
4+
parameters:
5+
level: 5
6+
paths:
7+
- config/
8+
- src/
9+
- tests/
10+
11+
checkMissingIterableValueType: false
12+
checkOctaneCompatibility: true
13+
checkModelProperties: true
14+
15+
tmpDir: .build/phpstan/

‎phpunit.xml.dist

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4+
bootstrap="vendor/autoload.php"
5+
colors="true"
6+
cacheResultFile=".build/phpunit/result.cache"
7+
failOnWarning="true"
8+
failOnRisky="true"
9+
beStrictAboutOutputDuringTests="true">
10+
<testsuites>
11+
<testsuite name="Tests">
12+
<directory>tests</directory>
13+
</testsuite>
14+
</testsuites>
15+
<coverage>
16+
<report>
17+
<html outputDirectory=".build/coverage"/>
18+
<text outputFile=".build/coverage.txt"/>
19+
<clover outputFile=".build/logs/clover.xml"/>
20+
</report>
21+
</coverage>
22+
<logging>
23+
<junit outputFile=".build/report.junit.xml"/>
24+
</logging>
25+
<source>
26+
<include>
27+
<directory suffix=".php">src</directory>
28+
</include>
29+
</source>
30+
</phpunit>

‎renovate.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"automerge": true,
7+
"platformAutomerge": true
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace WayOfDev\Package\Bridge\Laravel\Providers;
6+
7+
use Illuminate\Support\ServiceProvider;
8+
9+
final class PackageServiceProvider extends ServiceProvider
10+
{
11+
public function boot(): void
12+
{
13+
if ($this->app->runningInConsole()) {
14+
$this->publishes([
15+
__DIR__ . '/../../../../config/package.php' => config_path('package.php'),
16+
], 'config');
17+
18+
$this->registerConsoleCommands();
19+
}
20+
}
21+
22+
private function registerConsoleCommands(): void
23+
{
24+
$this->commands([]);
25+
}
26+
}

‎tests/app/.gitkeep

Whitespace-only changes.

‎tests/src/Pest.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace WayOfDev\Package\Tests;
6+
7+
uses(TestCase::class)->in(__DIR__);

‎tests/src/Pest/ExampleTest.php

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
it('can test', function (): void {
6+
expect(true)->toBeTrue();
7+
});

‎tests/src/TestCase.php

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace WayOfDev\Package\Tests;
6+
7+
use Orchestra\Testbench\TestCase as Orchestra;
8+
use WayOfDev\Package\Bridge\Laravel\Providers\PackageServiceProvider;
9+
10+
abstract class TestCase extends Orchestra
11+
{
12+
protected function getPackageProviders($app): array
13+
{
14+
return [
15+
PackageServiceProvider::class,
16+
];
17+
}
18+
}

0 commit comments

Comments
 (0)
Please sign in to comment.