File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,18 @@ A **bloat-free starter kit** for Laravel 12.x with FilamentPHP 4.x pre-configure
2626- ** barryvdh/laravel-debugbar** - Development insights
2727
2828### Testing
29- Includes a comprehensive test suite with Pest - perfect for learning testing or as a reference for your own tests.
29+ Includes a comprehensive test suite with ** PEST 4.x ** including browser testing - perfect for learning testing or as a reference for your own tests.
3030
3131![ Tests] ( resources/images/tests.png )
3232
33+ ## GitHub Workflows
34+
35+ Comes with pre-configured GitHub Actions workflows for automated quality assurance:
36+
37+ - ** Tests** - PEST 4.x testing with 4 parallel shards for faster CI/CD
38+ - ** PHPStan** - Static analysis and type checking
39+ - ** Pint** - Automated code style fixing with auto-commit
40+
3341## Quick Start
3442
3543``` bash
You can’t perform that action at this time.
0 commit comments