Daniël
Daniël
To-do. * [x] Test * [x] Fix PHPCS * [x] Finish most recent commit (it's actually WIP, still has a TODO) * [x] Catch exceptions thrown by action, and show...
I'm currently looking into this, however it looks like we're using Laravel's "recommended" way of redirecting (at least in `IndexController`), which is through [named routes](https://laravel.com/docs/8.x/redirects#redirecting-named-routes). I'm afraid I can't do...
Hi Thierry, can you elaborate on "it doesn't work"? Do you get an error, or is there something else? Or does nothing happen?
Hey, apologies for the late reply. When you see the 3 inputs for "date", "description" and "amount", you need to select which column represents which. In your case I'll give...
@dadwarf did you ever get this resolved? If I don't hear anything I'm going to assume you did 🙂
This is probably due to the labeling. The chart's data is weekly, but the labels are monthly. To determine where to plot labels for the months, we're looking at the...
Seems like an idea, but less specific. Harder to see exactly what happened in—for example—February?
Good idea. I'd still prefer to see if we can fix the existing spacing "issue" tho.
Sorry, what's the point of this? I'm reading the following in the PHP docs. > If two members compare as equal, they retain their original order. Prior to PHP 8.0.0,...