I told ChatGPT to roast me based on my interactions with it and now I am titled as a "full-stack procrastinator" by AI π€£
Hey fellow Laravel devs. I am building custom fields feature for my app and it has relationship to different models via polymorphic relations. when creating a new custom field, I provide model that this field belongs to so that I can attach it. The question is how should I implement updating and deleting these fields? Once created I can use the id of the custom field to update and delete it so is it okay to just pass the field id instead of passing model and field in the route?
π₯³ Team behind TablePlus has released DBngin for Windows. It helps you spin up a database serverl like MySQL, PostgresSQL. You can also use different versions of these servers.
dbngin.com
Is there a HTML to PDF library that does not require special PHP extensions?
Use case is to generate simple report with lot's of tables. No need for fancy styling. Just basic table layout, border and background color support.
Wow this looks awesome thanks for sharing! This container seems lightweight. Is it okay to use it in $6 DO droplet? π
Filament devs, how do you organize business logic code in your projects?
#filament