Michael Stokoe

Results 4 issues of Michael Stokoe

Running `php artisan tinker-server` and putting a `tinker($variable)` into a route, then hitting that route, is dumping the output to the top of the view, as opposed to the console....

Changes in this PR: * Changed instances of `url() . '/some/path'` to `route('named.route')` instead. (Allows for us to change the routes of the package incase there are conflicts with pre-existing...

### Description When using the `{{collection}}` tag on a collection with taxonomies, the Eloquent Driver will query each term for each entry separately. Please see: https://github.com/statamic/eloquent-driver/pull/517

feature request
performance

Goes along with https://github.com/statamic/cms/pull/13142