Skip to content

Automation Laravel v4.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 16:50
· 9 commits to main since this release
78c2af8

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.