laravel-api-explorer icon indicating copy to clipboard operation
laravel-api-explorer copied to clipboard

API explorer for laravel applications

Results 24 laravel-api-explorer issues
Sort by recently updated
recently updated
newest added

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Not sure if anyone else is getting this? I have this on a few of my sites, but noticed this is starting to error out from the Vendor package? ```...

It doesn't work on Multiple API Routes. It will only run if I comment all other Route prefix on _RouteServiceProvider.php_ ``` protected function mapApiRoutes() { Route::prefix('api') ->middleware('api') ->namespace($this->namespace) ->group(base_path('routes/api.php')); //...

If the method description in the controller has a single word and no space afterwards, the regex is picking up the contents of the next line too. Example: ![image](https://user-images.githubusercontent.com/12252332/70716733-a925ff80-1ccb-11ea-9135-8e13b40c109f.png) ![image](https://user-images.githubusercontent.com/12252332/70716757-b642ee80-1ccb-11ea-975a-ed859b75e7bd.png)...

Hey! In our team, we're using the [laravel-actions](https://github.com/lorisleiva/laravel-actions) package, and with this package some things work a bit different from what Laravel originally does. The routes are being listed currently...

If the encoding is set to "application/vnd.api+json" which is used by [JSON API](https://jsonapi.org/]), the response is not proper formatted: Response: [object Object] Should be quite easy to support application/vnd.api+json as...

bug

The `Str::is()` method is used for testing the matches against URIs and route names; `Str::is($match)` is allowed to be either a string or an iterable. By modifying the LaravelApiExplorer::filterRoutes() method...

Bumps [semver](https://github.com/npm/node-semver) from 5.5.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies