π Exploring New Possibilities: Building Cross-Platform Desktop Apps with Laravel 11 & NativePHP
Kicked off my journey with NativePHP β exploring how Laravel 11 can break out of the browser and power native desktop apps using Electron!
#Laravel #NativePHP #Electron #CrossPlatform #PHP #FullStackDevelopment #OpenSource #BuildInPublic
π GitHub: github.com/PrekshaShah2509/LaravelNative-TodoManager
Working on DevHunter and also building a few packages to help our dev flow.
Theyβre simple, open-source, and made to fit our needs β easy to maintain and grow with the community.
Will share soon what they do and how they help.
#devcommunity #opensource
Meet Dev Hunter β a community-driven platform for developers to showcase their projects, share thoughts, and connect with other creatives in tech.
Now with profile updates:
β¨ Highlight your favorite technologies
βοΈ Personalize your About section
β οΈ Still in preview β not fully stable yet.
Explore more:
π Website: devhunter.cv
π» GitHub: github.com/akira-io/devhunter
π¬ Join us on Discord: discord.gg/ghPqZg3RcZ
#DevHunter #CodeAndCreate #BuildInPublic #OpenSource #CreativeCoding
π Laravel Model Metadata Package β Manage Metadata Easily Inside Laravel!
Hello Laravel developers! π Have you ever needed to store metadata inside a model with different data types without creating additional tables or fields? π€
π Laravel Model Metadata is a lightweight package that allows you to:
β
Store metadata as a JSON field inside your model.
β
Control and manipulate metadata with powerful functions.
β
Search and retrieve specific metadata easily.
β
Integrate seamlessly with Eloquent without complexity.
π― Designed to simplify metadata management in a flexible and customizable way for Laravel 9+ projects.
π Try it now:
π github.com/waadmawlood/laravel-model-metadata
β If you find it useful, donβt forget to leave a star! π
#Laravel #PHP #Metadata #Eloquent #OpenSource #DevTools
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.
#Laravel #PHP #opensource