From c8c7df99fdcc43e2e8a82df420777ecd3bfea8de Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sat, 23 Mar 2024 15:25:41 +0100 Subject: [PATCH] change laravel openapi pkg --- content/data/works/laravel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/data/works/laravel.md b/content/data/works/laravel.md index 2091b6d..d064302 100644 --- a/content/data/works/laravel.md +++ b/content/data/works/laravel.md @@ -8,7 +8,7 @@ Main packages involved : * [PHP JWT](https://github.com/lcobucci/jwt) as JWT implementation, with proper integration to Laravel using custom guard * [Laravel Routes Attribute](https://github.com/spatie/laravel-route-attributes) for Laravel routing that leverage on last PHP 8 attributes feature -* [Laravel OpenAPI](https://github.com/vyuldashev/laravel-openapi) that also use PHP 8 attributes for API documentation +* [Laravel OpenAPI](https://github.com/DarkaOnLine/L5-Swagger) that also use PHP 8 attributes for API documentation * [Laravel IDE Helper](https://github.com/barryvdh/laravel-ide-helper) for proper IDE integration, perfectly suited for **VS Code** with [Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) extension * [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) as formatter with Laravel style guide * [Larastan](https://github.com/nunomaduro/larastan), a Laravel wrapper of [PHPStan](https://phpstan.org/), as advanced code static analyzer