wayofdev / laravel-open-docs
PHP package template with GitHub Actions
Fund package maintenance!
wayofdev
Installs: 8 814
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 11
Requires
- php: ^8.2
- laravel/framework: ^10.13 || ^11.0
- zircote/swagger-php: ^4.7
Requires (Dev)
- ergebnis/composer-normalize: ^2.31
- nunomaduro/larastan: ^2.6
- orchestra/testbench: ^8.5
- pestphp/pest: ^2.6
- pestphp/pest-plugin-laravel: ^2.0.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^10.2
- roave/security-advisories: dev-latest
- wayofdev/cs-fixer-config: ^1.2
- dev-master
- v2.1.0
- v2.0.108
- v2.0.107
- v2.0.106
- v2.0.105
- v2.0.104
- v2.0.103
- v2.0.102
- v2.0.101
- v2.0.100
- v2.0.99
- v2.0.98
- v2.0.97
- v2.0.96
- v2.0.95
- v2.0.94
- v2.0.93
- v2.0.92
- v2.0.91
- v2.0.90
- v2.0.89
- v2.0.88
- v2.0.87
- v2.0.86
- v2.0.85
- v2.0.84
- v2.0.83
- v2.0.82
- v2.0.81
- v2.0.80
- v2.0.79
- v2.0.78
- v2.0.77
- v2.0.76
- v2.0.75
- v2.0.74
- v2.0.73
- v2.0.72
- v2.0.71
- v2.0.70
- v2.0.69
- v2.0.68
- v2.0.67
- v2.0.66
- v2.0.65
- v2.0.64
- v2.0.63
- v2.0.62
- v2.0.61
- v2.0.60
- v2.0.59
- v2.0.58
- v2.0.57
- v2.0.56
- v2.0.55
- v2.0.54
- v2.0.53
- v2.0.52
- v2.0.51
- v2.0.50
- v2.0.49
- v2.0.48
- v2.0.47
- v2.0.46
- v2.0.45
- v2.0.44
- v2.0.43
- v2.0.42
- v2.0.41
- v2.0.40
- v2.0.39
- v2.0.38
- v2.0.37
- v2.0.36
- v2.0.35
- v2.0.34
- v2.0.33
- v2.0.32
- v2.0.31
- v2.0.30
- v2.0.29
- v2.0.28
- v2.0.27
- v2.0.26
- v2.0.25
- v2.0.24
- v2.0.23
- v2.0.22
- v2.0.21
- v2.0.20
- v2.0.19
- v2.0.18
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.1
- v1.0.0
- dev-renovate/phpstan-packages
- dev-renovate/zircote-swagger-php-4.x-lockfile
- dev-renovate/ergebnis-composer-normalize-2.x-lockfile
- dev-renovate/wayofdev-gh-actions-3.x
- dev-renovate/wayofdev-cs-fixer-config-1.x-lockfile
- dev-renovate/orchestra-testbench-8.x-lockfile
- dev-renovate/googleapis-release-please-action-4.x
- dev-renovate/phpunit-phpunit-11.x
- dev-renovate/orchestra-testbench-9.x
- dev-renovate/actions-cache-4.x
This package is auto-updated.
Last update: 2024-11-02 19:10:11 UTC
README
Laravel Package Template
This is minimal Laravel template which is used by other PHP projects in wayofdev organization.
If you like/use this package, please consider starring it. Thanks!
๐ฟ Installation
โ Using composer
Require as dependency:
$ composer req wayofdev/laravel-open-docs
๐งช Running Tests
โ PHPUnit tests
To run tests, run the following command:
$ make test
โ Static Analysis
Code quality using PHPStan:
$ make stan
โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
$ make cs-fix
๐ค License
๐๐ผโโ๏ธ Author Information
Created in 2022 by lotyp / wayofdev