Laravel-Swagger is a fully automate tool which allows to generate and save swagger-based documentation after successful completing your application's feature tests.
Hello!
Pls help
Route like as Route::post('sing-in-as/{id}', [ProfileController::class, 'singInAs']);
gives an error _TypeError: arrayslice(): Argument #1 ($array) must be of type array, string given in /var/www/html/vendor/ronasit/laravel-swagger/src/Services/SwaggerService.php:296
Without AutoDocMiddleware test fine
Hello! Pls help Route like as Route::post('sing-in-as/{id}', [ProfileController::class, 'singInAs']); gives an error _TypeError: arrayslice(): Argument #1 ($array) must be of type array, string given in /var/www/html/vendor/ronasit/laravel-swagger/src/Services/SwaggerService.php:296 Without AutoDocMiddleware test fine