Michael Dyrynda
Michael Dyrynda
Hey @jonnywilliamson my understanding is it is as-close as possible, but i'm not using PhpStorm so couldn't say for certain. If you come across any inconsistencies, happy to accept a...
From memory, yes, the pivot record is deleted but not the related records of the pivot
This is pretty slick, nicely done. Two things: First, is the `new 'admin'` in your example a typo, or some new PHP 8 syntax? Second, should we preserve the `__toString()`...
@bbroger1 are you able to provide a repo with a minimum setup that reproduces the error you're seeing?
The plan for Suggestive is to use it as a SaaS app, so this functionality would need to be per admin? i.e. each podcast owner would need to add their...
I saw that part. I meant to say that the topics list currently shows topics whether they're flagged as accepted or not. The [dashboard](https://github.com/mattstauffer/suggestive/blob/master/resources/assets/js/app.js) currently hits `/topics` without any query...
Some kind of system user was my first thought, but I don't know what the multi-tenant vision is for Suggestive, so wasn't sure how a polled status would then be...
In your own time my friend, though I’ll need to leverage some of the code I wrote here on another project at some point so another set of eyes over...
I did look at this yesterday. Now there are lots merge conflicts with compiled assets lol
Happy to review a PR, but also considering that UUID/ULID support is coming to Laravel, need to consider what versions of Laravel we support into the future as well.