Chris Morrell

Results 36 comments of Chris Morrell

I would love to see this, too. I just started digging thru the repo to see if anyone else had suggested this. I'm constantly frustrated by the fact that you...

OK, I've dug into this a little further, and there are a potential issues: 1. `Eloquent\Builder` checks for macros first, and then defers to the internal `Query\Builder` second. That means...

I just took another stab at this. Take a look at [the PR](https://github.com/laravel/framework/pull/37956)!

I guess I just think adding the concept of "afterware" just means that people have to deal with two concepts and the library has to handle two stacks/loops/etc. When everything...

There are lots of cases where middleware would want to modify both the request and response. Another common one would be logging: ```js function log(req, opts, next) => { console.log('Requesting:',...

I'm so excited about this!

@JacobBennett anything I can do to help get this merged?

I'm open to a PR for this one, but I don't use Windows or Azure so I don't have the foggiest idea how to approach it.

Hm. This makes sense. Can you explain what issue you bumped into that made you open the PR? This is a breaking change and would push us to 4.0, so...

It looks like the `app.json` schema is pretty darn close. Might make sense to look for it…