Skip to content

Commit

Permalink
Replace 'next apps' with 'wotz'
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Sep 26, 2024
1 parent a308e5e commit fc8ef70
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 48 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,61 +4,61 @@ All notable changes to `laravel-swagger-ui` will be documented in this file

## 0.10.1 - 2024-07-25

- Added: Option to set page title ([#33](https://github.com/nextapps-be/laravel-swagger-ui/pull/33))
- Added: Option to set page title ([#33](https://github.com/wotzebra/laravel-swagger-ui/pull/33))

## 0.10.0 - 2024-07-09

- Added: Support swagger-ui's oauth2 redirect ([#32](https://github.com/nextapps-be/laravel-swagger-ui/pull/32))
- Added: Support swagger-ui's oauth2 redirect ([#32](https://github.com/wotzebra/laravel-swagger-ui/pull/32))

## 0.9.2 - 2024-03-20

- Fixed: Use full url for swagger ui bundles urls ([#29](https://github.com/nextapps-be/laravel-swagger-ui/pull/29))
- Fixed: Use full url for swagger ui bundles urls ([#29](https://github.com/wotzebra/laravel-swagger-ui/pull/29))

## 0.9.1 - 2024-03-15

- Added: Laravel 11 support ([#30](https://github.com/nextapps-be/laravel-swagger-ui/pull/30))
- Added: Laravel 11 support ([#30](https://github.com/wotzebra/laravel-swagger-ui/pull/30))

## 0.9.0 - 2023-12-15

- Added: PHP 8.3 support ([#25](https://github.com/nextapps-be/laravel-swagger-ui/pull/25))
- Added: Config option to set validator url ([#27](https://github.com/nextapps-be/laravel-swagger-ui/pull/27))
- Added: PHP 8.3 support ([#25](https://github.com/wotzebra/laravel-swagger-ui/pull/25))
- Added: Config option to set validator url ([#27](https://github.com/wotzebra/laravel-swagger-ui/pull/27))

## 0.8.2 - 2023-10-30

- Added: Config option to add CSS to customize swagger-ui ([#24](https://github.com/nextapps-be/laravel-swagger-ui/pull/24))
- Added: Config option to add CSS to customize swagger-ui ([#24](https://github.com/wotzebra/laravel-swagger-ui/pull/24))

## 0.8.1 - 2023-10-30

- Added: Allow base path to contain multiple segments ([#23](https://github.com/nextapps-be/laravel-swagger-ui/pull/23))
- Added: Allow base path to contain multiple segments ([#23](https://github.com/wotzebra/laravel-swagger-ui/pull/23))

## 0.8.0 - 2023-03-30

- Added: Support for multiple API versions and multiple swagger routes and files ([#21](https://github.com/nextapps-be/laravel-swagger-ui/pull/21))
- Added: Support for multiple API versions and multiple swagger routes and files ([#21](https://github.com/wotzebra/laravel-swagger-ui/pull/21))

## 0.7.0 - 2023-02-15

- Added: PHP 8.2 and Laravel 10 support ([#20](https://github.com/nextapps-be/laravel-swagger-ui/pull/20))
- Added: PHP 8.2 and Laravel 10 support ([#20](https://github.com/wotzebra/laravel-swagger-ui/pull/20))

## 0.6.0 - 2022-05-12

- Added: Middleware array to config file ([#14](https://github.com/nextapps-be/laravel-swagger-ui/pull/14))
- Added: Middleware array to config file ([#14](https://github.com/wotzebra/laravel-swagger-ui/pull/14))

## 0.5.0 - 2022-02-25

- Added: Support for external OpenAPI files ([#11](https://github.com/nextapps-be/laravel-swagger-ui/pull/11))
- Added: Support for external OpenAPI files ([#11](https://github.com/wotzebra/laravel-swagger-ui/pull/11))

## 0.4.0 - 2022-02-16

- Added: PHP 8.1 and Laravel 9 support ([#10](https://github.com/nextapps-be/laravel-swagger-ui/pull/10))
- Added: PHP 8.1 and Laravel 9 support ([#10](https://github.com/wotzebra/laravel-swagger-ui/pull/10))

## 0.3.0 - 2021-10-03

- Added: Support for OpenAPI YAML files ([#6](https://github.com/nextapps-be/laravel-swagger-ui/pull/6))
- Changed: Linting (and removal of docblocks) ([#7](https://github.com/nextapps-be/laravel-swagger-ui/pull/7))
- Added: Support for OpenAPI YAML files ([#6](https://github.com/wotzebra/laravel-swagger-ui/pull/6))
- Changed: Linting (and removal of docblocks) ([#7](https://github.com/wotzebra/laravel-swagger-ui/pull/7))

## 0.2.0 - 2021-02-15

- Added: PHP 8 support and switch to github actions ([#3](https://github.com/nextapps-be/laravel-swagger-ui/pull/3))
- Added: PHP 8 support and switch to github actions ([#3](https://github.com/wotzebra/laravel-swagger-ui/pull/3))

## 0.1.0 - 2020-10-16

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Laravel Swagger UI

[![Latest Version on Packagist](https://img.shields.io/packagist/v/nextapps/laravel-swagger-ui.svg?style=flat-square)](https://packagist.org/packages/nextapps/laravel-swagger-ui)
[![Total Downloads](https://img.shields.io/packagist/dt/nextapps/laravel-swagger-ui.svg?style=flat-square)](https://packagist.org/packages/nextapps/laravel-swagger-ui)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/wotz/laravel-swagger-ui.svg?style=flat-square)](https://packagist.org/packages/wotz/laravel-swagger-ui)
[![Total Downloads](https://img.shields.io/packagist/dt/wotz/laravel-swagger-ui.svg?style=flat-square)](https://packagist.org/packages/wotz/laravel-swagger-ui)

This package makes it easy to make your project's Swagger (OpenAPI v3 JSON or YAML) file accessible in a Swagger UI right in your Laravel application.

Expand All @@ -12,7 +12,7 @@ The Swagger UI will automatically use your current project environment. It will
You can install the package via composer:

```bash
composer require nextapps/laravel-swagger-ui
composer require wotz/laravel-swagger-ui
```

After installing Laravel Swagger UI, publish its service provider and configuration file using the `swagger-ui:install` Artisan command.
Expand Down Expand Up @@ -119,7 +119,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

If you discover any security related issues, please email gunther@nextapps.be instead of using the issue tracker.
If you discover any security related issues, please email gunther@wotz.be instead of using the issue tracker.

## Credits

Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"name": "nextapps/laravel-swagger-ui",
"name": "wotz/laravel-swagger-ui",
"description": "Add Swagger UI to a Laravel application.",
"keywords": [
"nextapps",
"laravel",
"swagger",
"swagger-ui",
"openapi"
],
"homepage": "https://github.com/nextapps/laravel-swagger-ui",
"homepage": "https://github.com/wotzebra/laravel-swagger-ui",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Günther Debrauwer",
"email": "gunther@nextapps.be",
"email": "gunther.debrauwer@whoownsthezebra.be",
"role": "Developer"
}
],
Expand All @@ -37,12 +36,12 @@
},
"autoload": {
"psr-4": {
"NextApps\\SwaggerUi\\": "src"
"Wotz\\SwaggerUi\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"NextApps\\SwaggerUi\\Tests\\": "tests"
"Wotz\\SwaggerUi\\Tests\\": "tests"
}
},
"scripts": {
Expand All @@ -57,7 +56,7 @@
"extra": {
"laravel": {
"providers": [
"NextApps\\SwaggerUi\\SwaggerUiServiceProvider"
"Wotz\\SwaggerUi\\SwaggerUiServiceProvider"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion config/swagger-ui.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use NextApps\SwaggerUi\Http\Middleware\EnsureUserIsAuthorized;
use Wotz\SwaggerUi\Http\Middleware\EnsureUserIsAuthorized;

return [
'files' => [
Expand Down
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace NextApps\SwaggerUi\Console;
namespace Wotz\SwaggerUi\Console;

use Illuminate\Console\Command;
use Illuminate\Support\Str;
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/OpenApiJsonController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace NextApps\SwaggerUi\Http\Controllers;
namespace Wotz\SwaggerUi\Http\Controllers;

use Exception;
use Illuminate\Http\JsonResponse;
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/SwaggerOAuth2RedirectController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace NextApps\SwaggerUi\Http\Controllers;
namespace Wotz\SwaggerUi\Http\Controllers;

use Illuminate\Support\Facades\Http;

Expand Down
2 changes: 1 addition & 1 deletion src/Http/Controllers/SwaggerViewController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace NextApps\SwaggerUi\Http\Controllers;
namespace Wotz\SwaggerUi\Http\Controllers;

use Illuminate\Http\Request;
use Illuminate\Support\ItemNotFoundException;
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Middleware/EnsureUserIsAuthorized.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace NextApps\SwaggerUi\Http\Middleware;
namespace Wotz\SwaggerUi\Http\Middleware;

use Closure;
use Illuminate\Http\Request;
Expand Down
10 changes: 5 additions & 5 deletions src/SwaggerUiServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

namespace NextApps\SwaggerUi;
namespace Wotz\SwaggerUi;

use Illuminate\Support\Facades\Route;
use Illuminate\Support\ServiceProvider;
use NextApps\SwaggerUi\Console\InstallCommand;
use NextApps\SwaggerUi\Http\Controllers\OpenApiJsonController;
use NextApps\SwaggerUi\Http\Controllers\SwaggerOAuth2RedirectController;
use NextApps\SwaggerUi\Http\Controllers\SwaggerViewController;
use Wotz\SwaggerUi\Console\InstallCommand;
use Wotz\SwaggerUi\Http\Controllers\OpenApiJsonController;
use Wotz\SwaggerUi\Http\Controllers\SwaggerOAuth2RedirectController;
use Wotz\SwaggerUi\Http\Controllers\SwaggerViewController;

class SwaggerUiServiceProvider extends ServiceProvider
{
Expand Down
4 changes: 2 additions & 2 deletions tests/AuthorizationTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

namespace NextApps\SwaggerUi\Tests;
namespace Wotz\SwaggerUi\Tests;

use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Support\Facades\Gate;
use NextApps\SwaggerUi\SwaggerUiServiceProvider;
use Wotz\SwaggerUi\SwaggerUiServiceProvider;

class AuthorizationTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions tests/OpenApiRouteTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

namespace NextApps\SwaggerUi\Tests;
namespace Wotz\SwaggerUi\Tests;

use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Support\Facades\Gate;
use NextApps\SwaggerUi\SwaggerUiServiceProvider;
use Wotz\SwaggerUi\SwaggerUiServiceProvider;

class OpenApiRouteTest extends TestCase
{
Expand Down
4 changes: 2 additions & 2 deletions tests/SwaggerOAuth2RedirectRouteTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

namespace NextApps\SwaggerUi\Tests;
namespace Wotz\SwaggerUi\Tests;

use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Support\Facades\Gate;
use Illuminate\Support\Facades\Http;
use NextApps\SwaggerUi\SwaggerUiServiceProvider;
use Wotz\SwaggerUi\SwaggerUiServiceProvider;

class SwaggerOAuth2RedirectRouteTest extends TestCase
{
Expand Down
6 changes: 3 additions & 3 deletions tests/SwaggerUiRouteTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

namespace NextApps\SwaggerUi\Tests;
namespace Wotz\SwaggerUi\Tests;

use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Support\Facades\Gate;
use NextApps\SwaggerUi\Http\Middleware\EnsureUserIsAuthorized;
use NextApps\SwaggerUi\SwaggerUiServiceProvider;
use Wotz\SwaggerUi\Http\Middleware\EnsureUserIsAuthorized;
use Wotz\SwaggerUi\SwaggerUiServiceProvider;

class SwaggerUiRouteTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace NextApps\SwaggerUi\Tests;
namespace Wotz\SwaggerUi\Tests;

use Illuminate\Foundation\Testing\WithFaker;
use JMac\Testing\Traits\AdditionalAssertions;
Expand Down

0 comments on commit fc8ef70

Please sign in to comment.