wayofdev / laravel-auth
PHP package template with GitHub Actions
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
                                    Fund package maintenance!
                                                                            
                                                                                                                                        wayofdev
                                                                                    
                                                                
Installs: 1 037
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 9
pkg:composer/wayofdev/laravel-auth
Requires
- php: ^8.1
 - ext-json: *
 - illuminate/contracts: ^v10.12
 
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.1
 - roave/security-advisories: dev-latest
 - wayofdev/cs-fixer-config: ^1.2
 
- dev-master
 - v1.0.108
 - v1.0.107
 - v1.0.106
 - v1.0.105
 - v1.0.104
 - v1.0.103
 - v1.0.102
 - v1.0.101
 - v1.0.100
 - v1.0.99
 - v1.0.98
 - v1.0.97
 - v1.0.96
 - v1.0.95
 - v1.0.94
 - v1.0.93
 - v1.0.92
 - v1.0.91
 - v1.0.90
 - v1.0.89
 - v1.0.88
 - v1.0.87
 - v1.0.86
 - v1.0.85
 - v1.0.84
 - v1.0.83
 - v1.0.82
 - v1.0.81
 - v1.0.80
 - v1.0.79
 - v1.0.78
 - v1.0.77
 - v1.0.76
 - v1.0.75
 - v1.0.74
 - v1.0.73
 - v1.0.72
 - v1.0.71
 - v1.0.70
 - v1.0.69
 - v1.0.68
 - v1.0.67
 - v1.0.66
 - v1.0.65
 - v1.0.64
 - v1.0.63
 - v1.0.62
 - v1.0.61
 - v1.0.60
 - v1.0.59
 - v1.0.58
 - v1.0.57
 - v1.0.56
 - v1.0.55
 - v1.0.54
 - v1.0.53
 - v1.0.52
 - v1.0.51
 - v1.0.50
 - v1.0.49
 - v1.0.48
 - v1.0.47
 - v1.0.46
 - v1.0.45
 - v1.0.44
 - v1.0.43
 - v1.0.42
 - v1.0.41
 - v1.0.40
 - v1.0.39
 - v1.0.38
 - v1.0.37
 - v1.0.36
 - v1.0.35
 - v1.0.34
 - v1.0.33
 - v1.0.32
 - v1.0.31
 - v1.0.30
 - v1.0.29
 - v1.0.28
 - v1.0.27
 - v1.0.26
 - v1.0.25
 - v1.0.24
 - v1.0.23
 - v1.0.22
 - v1.0.21
 - v1.0.20
 - v1.0.19
 - v1.0.18
 - v1.0.17
 - v1.0.16
 - v1.0.15
 - v1.0.14
 - v1.0.13
 - v1.0.12
 - v1.0.11
 - v1.0.10
 - v1.0.9
 - v1.0.8
 - v1.0.7
 - v1.0.6
 - v1.0.5
 - v1.0.4
 - v1.0.3
 - v1.0.2
 - v1.0.1
 - v1.0.0
 - dev-renovate/orchestra-testbench-9.x
 - dev-renovate/major-illuminate
 - dev-renovate/phpunit-phpunit-11.x
 - dev-renovate/actions-cache-4.x
 - dev-renovate/ergebnis-composer-normalize-2.x-lockfile
 - dev-renovate/phpstan-packages
 - dev-renovate/pestphp-pest-2.x-lockfile
 - dev-renovate/orchestra-testbench-8.x-lockfile
 - dev-codesee-arch-diagram-workflow-1685633706548
 
This package is auto-updated.
Last update: 2024-03-14 02:54:30 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-auth
🧪 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
