uasoft-indonesia / badaso

Laravel Vue headless CMS / admin panel / dashboard / builder / API CRUD generator, anything !
https://badaso.uatech.co.id
MIT License
1.21k stars 223 forks source link

Crud not show in API Documentation #680

Closed abayzv closed 2 years ago

abayzv commented 2 years ago

image

i create new crud, in version 2.4.2 API documentation will generate and the server default is my.default-host.com, where i can change this?

rizkiheryandi commented 2 years ago

You can see the config of swagger in config/l5-swagger.php

For more detail, you can see here https://github.com/DarkaOnLine/L5-Swagger

Btw, i think you can update badaso to the latest version for better result too, badaso lestst version already in 2.4.11

Thank you

abayzv commented 2 years ago

thanks, its work, just use this code in terminal, and its working fine, $ php artisan vendor:publish --provider "L5Swagger\L5SwaggerServiceProvider" $ php artisan l5-swagger:generate