v1.34.0 — RBAC Opt-In & Mail Transport Notes
A small refinement on top of 1.33.0's slim skeleton: RBAC is now fully opt-in, the
email extension moves to its Framework-1.50 release, and mail transport setup is
documented.
Changed
- RBAC (
glueful/aegis) is fully opt-in. No longer a bundledrequire-dev
dependency, and therepositoriespath-repo block was removed — the skeleton ships
norepositories. Add it only when you need permission-gated features:
composer require glueful/aegis. glueful/email-notification→^1.7.0(Framework 1.50 compatibility).
Documentation
- Mail transport guidance in
.env.example: SMTP works out of the box; for an API
transport (Postmark, Mailgun, Amazon SES, SendGrid, Brevo) install the matching
symfony/<provider>-mailerpackage and setMAIL_MAILER/ the DSN. See
glueful/email-notification's README for per-provider setup.
Upgrade Notes
- No action required. RBAC was already off by default. To enable it:
composer require glueful/aegis, enable the provider inconfig/extensions.php, run
migrations, thenphp glueful aegis:bootstrap-admin --user=<uuid-or-email>.
Full changelog: CHANGELOG.md · compare: v1.33.0...v1.34.0