On line 154 in my view I've added value="{!! $apiKey !!}" which sets the value to the config("swaggervel.api-key"). As a side effect, line 119 gets set on page load and I can test routes immediately without the need to click the Explore button.
In Chrome, the placeholder immediately goes away as I start typing so using an actual key instead of auth_key is difficult to deal with.
I have no problem continuing to use my custom behavior but I thought it would be beneficial to the project.
On line 154 in my view I've added
value="{!! $apiKey !!}"
which sets the value to theconfig("swaggervel.api-key")
. As a side effect, line 119 gets set on page load and I can test routes immediately without the need to click theExplore
button.In Chrome, the placeholder immediately goes away as I start typing so using an actual key instead of
auth_key
is difficult to deal with.I have no problem continuing to use my custom behavior but I thought it would be beneficial to the project.