knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.7k stars 303 forks source link

How to remove 💥 symbol from Send Request 💥 ? #687

Closed tejas208 closed 1 year ago

tejas208 commented 1 year ago

Scribe version

4.21.2

PHP version

8.2.4

Framework

Laravel

Framework version

10.13.5

Scribe config

php artisan scribe:config:diff
theme => "elements"
title => "OnTour Documentation"
base_url => "http://localhost"
try_it_out.base_url => "http://localhost"
auth.enabled => true
auth.default => true
auth.name => "Authorization"
openapi.overrides.info.version => "2.0.0"

What happened?

When we upgrade Scribe from version 4.18.0 to 4.21.2, we have vendor publish, then we write the php artisan scribe:generate command, and then we see the 💥 this symbol from Send Request 💥 button. Please let me know how to remove this symbol?

Docs

ccec1t91077 commented 1 year ago

Publish Localization and then custom in /lang/scribe.php.

tejas208 commented 1 year ago

@ccec1t91077 That's is working fine. Thank you!