QWp6t
QWp6t

They're using different demo functions, and their return values are consistent with those functions. Returning the sum is just a common example use case for `[].reduce`. [`[].reduce`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce) starts at the...
Gonna put this on hold for now. Because it's trying to load from mu-plugins, it also means that it could be loading prior to autoloaders being registered inside of plugins...
I've seen this happen before. I think it has to do with Soil's relative URL stuff. Try disabling that module. That's not a long term solution, but I think it's...
Well, it answers your question: Nope. Not possible. :+1:
Vue.js ships with Laravel 5.3+. It's not going anywhere anytime soon.
In my testing, which was not very extensive at all, the symlink had already been followed for the `resourcePath`. I didn't investigate where it gets it, though, or if there...
Hey guys, just wanted to stop by to mention I haven't forgotten about this PR. Yes, I can add some tests, but I have a deadline coming up, so it'll...
You could also use a [class alias](https://www.php.net/manual/en/function.class-alias.php). ```php class_alias('Fresa\Models\Post', 'Fresa\Models\PostModel'); ```
Update: I just noticed that you mentioned this in #4 and the intention of this PR is to disable that behavior anyway. Fair enough. 😅 ---- It's technically valid to...