diff --git a/README.ko.md b/README.ko.md index 9781161..86ede6f 100644 --- a/README.ko.md +++ b/README.ko.md @@ -30,6 +30,16 @@ Xeed는 기존 데이터베이스 테이블에서 가져온 데이터를 기반 - [x] Laravel 통합 - [x] MySQL, SQLite 그리고 PostgreSQL 지원 +### 지원 및 테스트 + +![MySQL 지원](https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=white) +![SQLite 지원](https://img.shields.io/badge/SQLite-07405e?logo=sqlite&logoColor=white) +![PostgreSQL 지원](https://img.shields.io/badge/PostgreSQL-Beta-316192?&logo=postgresql&logoColor=white) +![PHP 8.0.2+ 지원](https://img.shields.io/badge/PHP-8.0.2%2B-777BB4?logo=php&logoColor=white) +![PHP 8.1.0+ 지원](https://img.shields.io/badge/PHP-8.1.0%2B-777BB4?logo=php&logoColor=white) +![PHP 8.2.0+ 지원](https://img.shields.io/badge/PHP-8.2.0%2B-777BB4?logo=php&logoColor=white) +![PHP 8.3.0+ 지원](https://img.shields.io/badge/PHP-8.3.0%2B-777BB4?logo=php&logoColor=white) + > [!CAUTION] > PostgreSQL은 Beta 지원이며, 문제가 발생할 경우 깃헙 이슈를 통해서 리포팅 해 주세요. @@ -43,15 +53,6 @@ Standalone: ![Preview](https://github.com/cable8mm/cabinet/blob/main/xeed-preview.gif?raw=true) -### 지원 및 테스트 - -![MySQL 지원](https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=white) -![SQLite 지원](https://img.shields.io/badge/SQLite-07405e?logo=sqlite&logoColor=white) -![PHP 8.0.2+ 지원](https://img.shields.io/badge/PHP-8.0.2%2B-777BB4?logo=php&logoColor=white) -![PHP 8.1.0+ 지원](https://img.shields.io/badge/PHP-8.1.0%2B-777BB4?logo=php&logoColor=white) -![PHP 8.2.0+ 지원](https://img.shields.io/badge/PHP-8.2.0%2B-777BB4?logo=php&logoColor=white) -![PHP 8.3.0+ 지원](https://img.shields.io/badge/PHP-8.3.0%2B-777BB4?logo=php&logoColor=white) - ## 설치 ```shell tab=Laravel diff --git a/README.md b/README.md index e7fe1c4..545e51f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,16 @@ We have provided the API Documentation on the web. For more information, please - [x] Laravel integration - [x] MySQL, SQLite and PostgreSQL supported +### Support & Tested + +![MySQL Supported](https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=white) +![SQLite Supported](https://img.shields.io/badge/SQLite-07405e?logo=sqlite&logoColor=white) +![PostgreSQL Supported](https://img.shields.io/badge/PostgreSQL-Beta-316192?&logo=postgresql&logoColor=white) +![PHP 8.0.2+ Supported](https://img.shields.io/badge/PHP-8.0.2%2B-777BB4?logo=php&logoColor=white) +![PHP 8.1.0+ Supported](https://img.shields.io/badge/PHP-8.1.0%2B-777BB4?logo=php&logoColor=white) +![PHP 8.2.0+ Supported](https://img.shields.io/badge/PHP-8.2.0%2B-777BB4?logo=php&logoColor=white) +![PHP 8.3.0+ Supported](https://img.shields.io/badge/PHP-8.3.0%2B-777BB4?logo=php&logoColor=white) + > [!CAUTION] > PostgreSQL support is in beta. If you encounter any issues, please report them via GitHub issues. @@ -44,15 +54,6 @@ We have provided the API Documentation on the web. For more information, please ![Preview](https://github.com/cable8mm/cabinet/blob/main/xeed-preview.gif?raw=true) -### Support & Tested - -![MySQL Supported](https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=white) -![SQLite Supported](https://img.shields.io/badge/SQLite-07405e?logo=sqlite&logoColor=white) -![PHP 8.0.2+ Supported](https://img.shields.io/badge/PHP-8.0.2%2B-777BB4?logo=php&logoColor=white) -![PHP 8.1.0+ Supported](https://img.shields.io/badge/PHP-8.1.0%2B-777BB4?logo=php&logoColor=white) -![PHP 8.2.0+ Supported](https://img.shields.io/badge/PHP-8.2.0%2B-777BB4?logo=php&logoColor=white) -![PHP 8.3.0+ Supported](https://img.shields.io/badge/PHP-8.3.0%2B-777BB4?logo=php&logoColor=white) - ## Installation ```shell tab=Laravel