From f161b87787ffbeef5c84c2c508728b8af1af9190 Mon Sep 17 00:00:00 2001 From: Ryanda Valents Anakri <143876980+ryandaaa@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:06:12 +0700 Subject: [PATCH] Update Laravel version and fix typos in README Updated Laravel version references and fixed typos in the README. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a1583e3..d530cf5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

- Laravel Version + Laravel Version PHP Version TailwindCSS Alpine.js @@ -92,17 +92,17 @@ ### Backend | Technology | Version | Description | |------------|---------|-------------| -| **PHP** | 8.2+ | Server-side language | -| **Laravel** | 12.x | PHP Framework | -| **Laravel Breeze** | 2.x | Authentication scaffolding | -| **Spatie Permission** | 6.x | Role & permission management | +| **PHP** | 8.2 | Server-side language | +| **Laravel** | 12 | PHP Framework | +| **Laravel Breeze** | 2 | Authentication scaffolding | +| **Spatie Permission** | 6 | Role & permission management | ### Frontend | Technology | Version | Description | |------------|---------|-------------| -| **TailwindCSS** | 3.x | Utility-first CSS framework | -| **Alpine.js** | 3.x | Lightweight JavaScript framework | -| **Vite** | 7.x | Frontend build tool | +| **TailwindCSS** | 3 | Utility-first CSS framework | +| **Alpine.js** | 3 | Lightweight JavaScript framework | +| **Vite** | 7 | Frontend build tool | ### Database | Technology | Description | @@ -123,7 +123,7 @@ ### Prerequisites - PHP 8.2 or higher -- Composer 2.x +- Composer 2..x - Node.js 18+ & npm - MySQL 8.0+ / PostgreSQL 14+ (for production) @@ -131,7 +131,7 @@ ```bash # 1. Clone the repository -git clone https://github.com/yourusername/siakad.git +git clone https://github.com/ryandaaa/siakad.git cd siakad # 2. Install PHP dependencies