koalapress / framework
The KoalaPress framework.
dev-main
2025-08-04 13:33 UTC
Requires
- illuminate/auth: ^12.18
- jgrossi/corcel: ^9.0
- jjgrainger/posttypes: ^2.2
- roots/acorn: ^5.0
- roots/acorn-prettify: ^1.0
- stephenjude/default-model-sorting: ^4.0
- tracy/tracy: ^2.10
- twig/twig: ^3.21
Requires (Dev)
- ergebnis/composer-normalize: ^2.47
- pestphp/pest: ^3.8
- spatie/laravel-ignition: ^2.9
This package is auto-updated.
Last update: 2025-08-05 10:30:36 UTC
README
Running Tests
This project uses PestPHP for testing.
To run the test suite:
composer install
composer test
Test files are located in the /tests
directory.