Initial Laravel 12 API Project
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Docs;
|
||||
|
||||
use OpenApi\Attributes as OA;
|
||||
|
||||
#[OA\Info(
|
||||
version: '1.0.0',
|
||||
title: 'Services Core API',
|
||||
description: 'API Backend Services Core'
|
||||
)]
|
||||
|
||||
#[OA\Server(
|
||||
url: 'http://127.0.0.1:8000',
|
||||
description: 'Local Development Server'
|
||||
)]
|
||||
|
||||
class OpenApiSpec
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user