Recent posts with #opensource

While I worked on a Laravel-Zero app this week I was facing an issue with integrating Bugsnag because of some binding issues with the Log class.

While I was struggling, I came up with the idea to implement a logging channel that directly logs to github and creates issues for me. That way I don't need any third party App integration, but my Team mates can still check out the stack trace and react to possible bugs.

Turns out you can use a custom class to create your own Monolog handler. A little more digging and I found there is a dedicated Formatter class that I can use for my handler.

I remembered @aarondfrancis recently created his Solo project where he did some cleanup with the code. So I went further and applied the same logic to my formatter.

image

#Laravel #PHP #opensource

1

33

🎉 Update Alert: SyncModelFillable v1.1.0 Released! 🎉

I’m happy to share that I’ve released a new version of SyncModelFillable, my Laravel package designed to help developers manage $fillable properties in their models more efficiently.

What’s New in v1.1.0?

Ignore Specific Models: You can now exclude specific models from bulk updates using the --ignore flag. This gives you more control over which models get updated.

To install or update the package:

composer require muzammal/syncmodelfillable

For all usage details, check out the updated README: github.com/Muzammal01/syncmodelfillable



I’m grateful for the feedback and support from the Laravel community. Your suggestions help improve this tool and make it even more useful.
If you’re using SyncModelFillable, I’d love to hear how it’s helping your projects and any ideas you have for future features.

#Laravel #PHP #opensource

120