rekuest / laravel-artifact-deployer
Artifact-based post-deploy runner for Laravel (secure unzip/extract + configurable artisan pipeline).
Package info
github.com/rekuest/laravel-artifact-deployer
pkg:composer/rekuest/laravel-artifact-deployer
v0.0.2
2026-06-08 14:00 UTC
Requires
- php: ^8.2
- illuminate/console: ^11.0|^12.0|^13.0
- illuminate/http: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
Requires (Dev)
- larastan/larastan: ^2.0|^3.0
- laravel/pint: ^1.0
- orchestra/testbench: ^9.0|^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
Suggests
- ext-phar: Required for artifact.format = targz (PharData, usually always present).
- ext-zip: Required for artifact.format = zip (ZipArchive).