Grant
Grant
I find myself wanting to do `$auth->login($user)->issue()` instead of multiple lines
I can call `$guard->logout()` successfully, but then I can use that same token for the user I just logged out to call authenticated routes afterwards. Looking at the function, it...
**Describe the bug** I'm trying to track the current slide index using the following snippet: ```html ... ``` However, it doesn't get a value until the slide changes (aka it...
…paths inline. While I would typically use the `route()` helper function, I can see the merit in this approach also. I think this is cleaner than concatenating strings for urls...
This adds the ergonomic ability to set a default value for `getExtraProperty` when the key doesn't exist on `properties`.
I came across an instance where I actually needed to open a new window after a request. Thoughts on this approach?
I'm new to Statamic so I may be missing something. I currently have a Bard field in my Pages blueprint that holds all of my content. I've organized different content...
fixer.io requires an api key now. Seems like there needs to be a way to add a configuration. I'm willing to contribute, but need ideas on how you want that...
I've got two modals that share the same base url/route. In one modal, I'm making doing a `form.put()`, where the redirect should be a new modal. It's currently sending the...