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!
v1.0.108
2023-09-14 17:52 UTC
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
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
