KrishanK
KrishanK

Krishan König

@KrishanK

Dad of 2 👧🏼 | Building things on the web in 🦀 Rust and 🐘PHP

33 Posts 94 Views

  • No matching results...
  • Searching...

/ 255

Look who was able to spin up an ugly looking tauri app with embedded build of a simple laravel-zero app 👀

image

91

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

@nunomaduro do you use an app to cross post to all of your socials or do you do it manually?

105

Any rust devs here? Wondering if anyone tried even remotely to recreate some sort of framework that doesn’t require to wire everything up by yourself.

All frameworks I came across require me to wire up everything by myself. Feels like JavaScript land 🫣

98