You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Preserved the former application line on the remote old branch.
Promoted the protected main branch as the default application branch; the temporary development branch was removed after merge and CI verification.
Retained the Liberu Laravel foundation with Jetstream, teams, tenancy, policies, settings, Socialstream, API, Filament, Livewire, themes, and governed Automation modules.
Hardened seeded administrator credentials: use SEED_ADMIN_PASSWORD when seeding and never print credentials to logs.
Added host Composer test aliases and least-privilege install workflow permissions.
Verified the deferred React, Vue, Nuxt, Inertia, React Native, and Flutter surfaces remain out of scope.
Verification
Composer validation, Pint, PHPStan, module validation, OpenAPI validation, and Vite build passed.
Application suite passed with 216 tests, 12 expected skips, 1,243 assertions, and the 100% coverage gate.
All tag-release checks passed, including dependency audits, tracked package-source consistency, package tests, and release verification.
The 93 Composer package entries resolve on Packagist; existing package repositories remain the source of truth for independently released packages.
Compatibility
PHP 8.5, Laravel 13, Filament 5, and Livewire 4.
Set SEED_ADMIN_PASSWORD before running database seeders in an environment where the seeded administrator must be usable.