A new community contribution has been featured on Filament Mastery, a great resource for those building with @filamentphp .
👉https://filamentmastery.com/community-links/15
Thanks to @marcogermani87 for sharing!
#filamentphp #Laravel #PHP #DevCommunity #filamentmastery
Laravel Livewire Data Tables: Complete Guide to Inline Editing, Filtering & Bulk Actions with Flux UI and Laravel Volt
workdoneright.co/blog/laravel-livewire-data-tables-flux-ui-tutorial
Learn how to build professional, feature-rich data tables using #Laravel #Livewire #Volt and #FluxUI.
#php #datatables
“Vibe coding” in Laravel/PHP without tests, PHPStan, Rector, Pint, and rule files is just delayed failure.
Tests are VERY, VERY, VERY essential.
They give you the confidence to ship new features and refactor without fear.
.
.
.
.
.
.
.
.
#laravel #vibecoding #Tests #php
Calling the Laravel Community – Feature Requests Welcome
I’ve opened a Discussions section for my open-source package, Laravel Env Keys Checker, and I’d love input from the community.
The goal of this package is to help teams avoid issues caused by missing or misconfigured .env keys in Laravel applications. To make it more useful, I’m inviting feedback directly from developers who face these challenges in real-world projects.
Looking for:
Feature requests
Developer experience improvements
Real-world edge cases
Ideas for integrations or enhancements
Share your thoughts here:
lnkd.in/eZJ_rYTU
Whether it’s a small suggestion or a larger idea, every contribution helps improve the project for everyone.
If you find the package useful, I would like to thank you for a GitHub star.
#Laravel #OpenSource #PHP #DeveloperExperience #GitHub #Community
Stop repeating logic across your models. Start using Traits. 🛠️
Traits are the best way to add modular capabilities (like impersonation).
Here is a step-by-step walkthrough on building a robust Impersonation Trait:
realrashid.medium.com/using-traits-in-laravel-to-add-reusable-features-practical-guide-98c69c16dcb8
#Laravel #PHP #OpenSource