
Laravel News Podcast Bifrost, Beam, and Feeds
Sep 18, 2025
Discover the latest in Laravel with discussions on Bifrost's build service for mobile apps and the new Laravel Learn mini-courses for aspiring developers. Dive into Porter for lightweight role-based access control and explore Referenceable for customizable model reference numbers. Learn about Redactable Models for protecting sensitive data and how the Feeds package simplifies large data exports. Plus, don't miss innovative features in Livewire like real-time form updates and documenting API responses with Scramble!
AI Snips
Chapters
Transcript
Episode notes
Convert XML To JSON Or Arrays Easily
- Use a simple XML converter to transform XML into JSON or PHP arrays and validate with XSD when needed.
- Prefer robust error handling and static helper methods for straightforward XML tasks.
Beam Bridges Pennant Flags To The Frontend
- Beam exposes Laravel Pennant feature flags to frontend code with TypeScript types and React/Vue integrations.
- It helps centralize feature definitions on the backend while checking flags client-side and handling scopes.
Redaction Strategy For Live Data
- Ash Allen's Redactable Models package lets you keep rows but remove sensitive fields for privacy and auditing.
- You can mass-redact production data for test environments and use strategies like mask or hash contents.
