Developer Guideline
  • Home
  • 🧠Must you know
    • Algorithm
    • Architecture
      • API
    • Comparison
      • ID Token vs Access Token
      • Lazy Loading vs Eager Loading
      • Morphs vs Foreign Key
      • UUID vs ULID
      • GraphQL vs REST
      • Cache vs CDN
      • Concurrency vs Parallelism
      • Null vs Not Null
    • Diagram
      • CI/CD Pipeline
      • High Performance Culture
  • ☂️Laravel
    • Template
      • Template System Check in Route on Laravel
      • Template Function in FormController on Laravel
      • Template Route call FormController on Laravel
      • Template Route Prefix Name on Laravel
      • Template Basic and Custom Pagination on Laravel
      • Template PHP Artisan Command
      • Template Route for App Environment
    • Feature
      • Data Type
      • Mailables
      • Rules
    • Package
    • Document
  • 🫖Collaboration Agreement
    • Naming Convention
      • Naming Convention for Git Branch
      • Naming Convention for Environment Variable
    • Rule
      • Rule of Commit Message
      • Semantic Versioning
  • 🦣Project Manager
    • Requirements
      • System Requirements
      • Technical Requirements
      • Functional Requirements
Powered by GitBook
On this page
  1. Project Manager
  2. Requirements

System Requirements

ตัวอย่าง System Requirements ความต้องการของระบบ

Component
Minimum Requirements
Recommended Requirements

Operating System

Windows 10 / Ubuntu 22.04 / macOS 11

Windows 11 / Ubuntu 22.04 / macOS 12

CPU

Intel Core i3 / AMD Ryzen 3

Intel Core i5 / AMD Ryzen 5

RAM

4 GB

8 GB

Disk Space

100 GB free disk space

250 GB free disk space

Graphics

Integrated graphics with 1024 x 768 resolution

Dedicated graphics card with 1920 x 1080 resolution

Web Browser

Latest versions of Chrome, Firefox, or Edge

Latest version of Chrome, Firefox, or Edge

Internet Connection

1 Mbps

10 Mbps or higher

Database

MySQL 5.7 / MariaDB 10.3

MySQL 8.0 / MariaDB 10.6

PHP Version

PHP 7.4

PHP 8.0 or higher

Server Software

Apache 2.4 / Nginx 1.18

Apache 2.4 or later / Nginx 1.20 or later

PHP Extensions

JSON, cURL, Mbstring, OpenSSL, PDO

JSON, cURL, Mbstring, OpenSSL, PDO, GD, XML

Additional Software

Composer (for PHP package management)

Composer, Node.js (for JavaScript frameworks)

PreviousRequirementsNextTechnical Requirements

Last updated 9 months ago

🦣