Quran MVP v1
============

1) Upload the whole folder contents into:
   public_html/Quran/

2) Edit:
   app/config/database.php

   Replace:
   YOUR_DB_USER
   YOUR_DB_PASSWORD

3) Import:
   sql/initial_topics.sql

   into the Quran database.

4) Open:
   https://how-2-know.com/Quran/

Important:
- PHP 8.0+ is recommended.
- PDO MySQL must be enabled.
- Database and tables must use utf8mb4.
- The current version loads the topic tree and can query linked ayahs.
- Quran text has intentionally not been bundled yet; it should be imported from a verified source in the next stage.
