Posts tagged with “php”
Blogging with weblog.lol and GitHub actions
My blog is run on omg.lol's weblog.lol service. In this blog post I want to show how I'm using a GitHub action and the weblog.lol API to manage my blog in Git, rather than through their web interface.
My first composer package: Add AI powered fixes to your Laravel error pages
A composer package to use the OpenAI API to show AI-powered fixes for errors in your Laravel application.
Add AI powered fixes to your Laravel error pages
Use the OpenAI API together with Laravel Ignition's Suggestions to show AI-powered fixes for errors in your Laravel application.
How I Deal with Money in PHP
Dealing with money and multi-currencies in Laravel and SQL the easy way.