google-gemini-php / laravel

⚡️ Gemini PHP for Laravel is a community-maintained PHP API client that allows you to interact with the Gemini AI API.
MIT License
253 stars 29 forks source link

Update badge.php #4

Closed akbarali1 closed 4 months ago

akbarali1 commented 4 months ago

In this way, you don't need to use echo.

<?php echo $bgBadgeColor ?>

I think this method is more understandable

<?=$bgBadgeColor ?>
aydinfatih commented 4 months ago

First of all, thank you for trying to contribute.

I have some concerns about this development, so I can't accept it. If short_open_tag is turned off in php.ini file, an error may occur.