Skip to content

Commit

Permalink
fixing php version up to 8.1 and creating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 17, 2024
1 parent 0340b53 commit 775977f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# envbar
# TallStackUi, EnvBar

<p align="center"><a href="https://tallstackui.com" target="_blank"><img src="https://raw.githubusercontent.com/tallstackui/website/main/arts/tallstackui.svg" width="500"></a></p>

<p align="center">
<img alt="Packagist Downloads" src="https://img.shields.io/packagist/dt/tallstackui/envbar?style=for-the-badge">
<a href="https://laravel.com"><img alt="Laravel v10.x" src="https://img.shields.io/badge/Laravel-^v10.x-FF2D20?style=for-the-badge&logo=laravel"></a>
<a href="https://php.net"><img alt="PHP 8.2" src="https://img.shields.io/badge/PHP-^8.1-777BB4?style=for-the-badge&logo=php"></a>
</p>

> This package is part of the TallStackUi.
## Introduction

<b>EnvBar</b> is a new package created by the TallStackUi team that serves to inject an environment bar at the top of the page to display information related to the current environment.

## Documentation

[Visit the TallStackUi website to see the documentation](https://tallstackui.com/docs)

## Sponsorship

If you want to support the development of TallStackUI, you can do so by [becoming a sponsor](https://github.com/sponsors/devajmeireles).

## Need Help?

🐞 If you spot a bug, please [submit a detailed issue.](https://github.com/tallstackui/envbar/issues/new/choose)

💬 If you love chatting, [we have a Discord server dedicated to the TallStackUI community.](https://discord.gg/sfr66WXh4A)

## Contributing

Thank you for wanting to be part of our team! 👋 [Click here to learn more.](https://tallstackui.com/docs/contribution)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.1",
"laravel/framework": "^10.0|^11.0",
"mobiledetect/mobiledetectlib": "^4.8"
},
Expand Down

0 comments on commit 775977f

Please sign in to comment.