Mauricio Trajano

Results 26 comments of Mauricio Trajano

That is a great idea, I had this in my TODO list. I'll hopefully get to this soon

@sanasol thank you so much for submitting a pr for this. I need to think about this one a little more. I'm usually hesitant to include another annotation unless necessary...

This is a great suggestion, I’ll look into how difficult this would be. I’m guessing there’s something out there that does this already but it would definitely make sense being...

@lexxyungcarter thanks for the pointer I was unsure about this as I thought you needed js to build the files but it looks like Swagger provides bundled js files as...

I think ideally this should be a separate command, say `laravel-swagger:view` or something like that as not everyone might want these files to be added. Would also add a path...

@lexxyungcarter me neither, a lot of exciting stuff coming! And that’s weird if you typehint a FormRequest instance in your controller action it should automatically generate the request params for...

Hey, appologies for the late response. It looks like there was a pull request fixing something similar to what you're saying. Would mind upgrading to `0.6.2` and giving it a...

Hey I'm sorry I just got a chance to look at this, a fix has been pushed to master. If you're curious this was the fix: https://github.com/mtrajano/laravel-swagger/commit/9c9e10abce15c96e061d1836b3c4ba150de4da55 it broke during...

Hey thank you for submitting this issue I'll look into this tonight. laravel-passport is only required for local development (testing) when installing the package make sure to pass the `--no-dev`...

@trinvh I pushed a fix for the missing methods in the `v0.7.x-dev` branch, sorry about that. I will look into `parseSecurity` issue tomorrow, thanks for reporting!